diff --git a/README.md b/README.md index e31e1c4..844a843 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ agent-browser close ```bash agent-browser open # Navigate to URL agent-browser click # Click element +agent-browser dblclick # Double-click element +agent-browser focus # Focus element agent-browser type # Type into element agent-browser fill # Clear and fill agent-browser press # 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