Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from bundle
Skill for Browser Use CLI local automation, real-browser mode, sessions, cloud/platform flows, and tested command patterns.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/tested-notes.md
1# Browser Use CLI Tested Notes23These checks were actually performed in this environment.45## Successful checks67- `uv tool install browser-use`8- `browser-use doctor`9- `browser-use open https://example.com`10- `browser-use state`11- `browser-use get title`12- `browser-use screenshot generated/browser_use_test/chromium_example.png`13- `browser-use --browser real open https://example.com`14- `browser-use --browser real state`15- `browser-use sessions`16- `browser-use close --all`1718Observed state output was consistent in both Chromium and real-browser mode:19- page title: `Example Domain`20- indexed clickable element visible in state output2122## Important installation nuance2324`browser-use install` tried to install browser/system dependencies and failed because dependency installation wanted `sudo`.2526Despite that failure, the CLI still worked for local smoke tests in this environment.2728Implication:29- do not assume `browser-use install` must fully succeed before every local test30- if local commands already work, continue31- if a target machine is missing dependencies, expect Linux setup friction around system packages3233## Not tested here3435- Browser Use cloud auth with a real API key36- Cloud tasks / cloud v2 or v3 passthrough37- Tunnels38- MCP stdio mode39- Full login-reuse flows against a real authenticated site40