Skip to content

Commit 74c2e2d

Browse files
authored
Merge pull request #53 from browser-use/feat/browser-md-cloud-captcha-nudge
docs(BROWSER.md): nudge agent that BU cloud browsers auto-solve captchas
2 parents 5d3b059 + 8d04904 commit 74c2e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bcode-browser/skills/BROWSER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The bare `ws://host:port/devtools/browser` form (no UUID suffix) does not work
7878
- **Windows: launching Chrome while any other Chrome is already running silently hands the new flags off to the existing process**`--remote-debugging-port` is ignored. Kill all `chrome.exe` first (or use a unique `--user-data-dir` and accept that some Windows builds still no-op).
7979
- **`{ profileDir }` raises ENOENT on `DevToolsActivePort`** — Chrome 147+ doesn't write this file under custom `--user-data-dir`. Use the `/json/version` route above instead.
8080
81-
**Way 3 — provision and connect to a Browser Use cloud browser.** Best when the user can't see the browser, you need a clean profile, geo-located proxy, or fingerprint isolation. Read `{{SKILLS_DIR}}/cloud-browser.md` for the full pattern (provision, stop, swap profile/proxy). Briefly:
81+
**Way 3 — provision and connect to a Browser Use cloud browser.** Best when the user can't see the browser, you need a clean profile, geo-located proxy, or fingerprint isolation. BU cloud browsers also auto-solve captchas (Cloudflare Turnstile, reCAPTCHA, hCaptcha) — when you land on one, just stop driving and `await new Promise(r => setTimeout(r, 10000))`; the solver runs server-side and the page advances on its own. Local browsers (Way 1, Way 2) do not have this. Read `{{SKILLS_DIR}}/cloud-browser.md` for the full pattern (provision, stop, swap profile/proxy). Briefly:
8282
8383
```js
8484
const r = await fetch("https://api.browser-use.com/api/v3/browsers", {

0 commit comments

Comments
 (0)