···96agent-browser open https://app.example.com/dashboard
97```
980000000000000000099### Data Extraction
100101```bash
···96agent-browser open https://app.example.com/dashboard
97```
9899+### Reusing existing Brave auth/session
100+101+If the user asks to reuse existing browser auth (for example their current Brave session), first restart Brave with CDP enabled.
102+103+1. Kill Brave completely.
104+2. Start Brave with remote debugging:
105+106+```bash
107+/opt/brave-bin/brave --remote-debugging-port=9222 --remote-debugging-address=127.0.0.1
108+```
109+110+Then connect agent-browser to that session:
111+112+```bash
113+agent-browser connect 9222
114+```
115+116### Data Extraction
117118```bash