Browser Automation Automate browser interactions using the browse CLI with Claude. Setup check Before running any browser commands, verify the CLI is available: Environment Selection (Local vs Remote) The CLI supports explicit per-command environment flags. If you do nothing, the next session defaults to Browserbase when is set and to local otherwise. Local mode - starts a clean isolated local browser - attaches to an already-running debuggable Chrome; use when no debuggable Chrome is available - attaches to a specific CDP target - Best for: development, localhost, trusted sites, and reproduc…