update readme

This commit is contained in:
Chris Tate
2026-01-10 23:43:52 -06:00
parent 554ceec908
commit aff8a056c6
+3
View File
@@ -28,6 +28,8 @@ agent-browser close
```bash
agent-browser open <url> # Navigate to URL
agent-browser click <sel> # Click element
agent-browser dblclick <sel> # Double-click element
agent-browser focus <sel> # Focus element
agent-browser type <sel> <text> # Type into element
agent-browser fill <sel> <text> # Clear and fill
agent-browser press <key> # Press key (Enter, Tab, Control+a)
@@ -221,6 +223,7 @@ agent-browser session list # List active sessions
| `--full, -f` | Full page screenshot |
| `--name, -n` | Locator name filter |
| `--exact` | Exact text match |
| `--headed` | Show browser window (not headless) |
| `--debug` | Debug output |
## Sessions