···9696agent-browser open https://app.example.com/dashboard
9797```
98989999+### Reusing existing Brave auth/session
100100+101101+If the user asks to reuse existing browser auth (for example their current Brave session), first restart Brave with CDP enabled.
102102+103103+1. Kill Brave completely.
104104+2. Start Brave with remote debugging:
105105+106106+```bash
107107+/opt/brave-bin/brave --remote-debugging-port=9222 --remote-debugging-address=127.0.0.1
108108+```
109109+110110+Then connect agent-browser to that session:
111111+112112+```bash
113113+agent-browser connect 9222
114114+```
115115+99116### Data Extraction
100117101118```bash