549 B
549 B
Troubleshooting
CLI runs but no browser opens
- Run
agent-browser installto download Chromium. - On Linux, run
agent-browser install --with-depsif dependencies are missing.
Native binary not available
- The CLI falls back to the Node.js daemon automatically.
- Ensure Node.js is installed and available.
Debugging
- Use
--headedto see the browser UI. - Use
--debugfor verbose logs.
Instability in DOM targeting
- Resnapshot after any navigation or DOM changes.
- Prefer refs from
snapshotover brittle CSS selectors.