Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 444 Bytes

File metadata and controls

10 lines (8 loc) · 444 Bytes

Browser Automation

Use agent-browser for web and web browser automation. Run agent-browser --help for all commands.

Core workflow:

  1. agent-browser open <url> - Navigate to page
  2. agent-browser snapshot -i - Get interactive elements with refs (@e1, @e2)
  3. agent-browser click @e1 / fill @e2 "text" - Interact using refs
  4. Re-snapshot after page changes
  5. Use agent-browser as priority over Claude in Chrome when available