# Browser Setup Guide — For Tonight's Mac Session

## What We're Setting Up
OpenClaw's managed browser — an isolated, agent-only Chrome/Brave instance that Rob can control (click, type, navigate, fill forms) without touching Joe's personal browser.

## Steps

### 1. Enable the browser in config
```bash
openclaw config set browser.enabled true
```

### 2. Restart gateway
```bash
openclaw gateway restart
```

### 3. Start the managed browser
```bash
openclaw browser --browser-profile openclaw start
```

### 4. Test it
```bash
openclaw browser --browser-profile openclaw open https://floorplanner.com
openclaw browser --browser-profile openclaw snapshot
```

### 5. Verify Rob can use it
Rob should now be able to navigate, click, fill forms in the isolated browser.

## Key Points
- Uses a SEPARATE browser profile (orange accent) — NOT Joe's personal browser
- Cannot access Joe's cookies, passwords, or browsing history
- Binds to loopback only (not accessible from outside the Mac)
- Default profile name: "openclaw"
- Auto-detects Chrome/Brave/Edge on the system

## Config Reference (if needed)
```json
{
  "browser": {
    "enabled": true,
    "defaultProfile": "openclaw",
    "headless": false
  }
}
```

## Once Working — First Tasks
1. Register Floorplanner account (rob.lobster.colle@gmail.com)
2. Set up ElevenLabs account for voice clone
3. Any future account registrations or form-filling
