From aff8a056c6e283f47bd571642c1d09e127e4b2f0 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sat, 10 Jan 2026 23:43:52 -0600 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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