| ページを開く | agent-browser open <url> |
| ページ構造を把握する | agent-browser snapshot |
| 要素のテキストを取得する | agent-browser get text @ref |
| 要素をクリックする | agent-browser click @ref |
| テキストを入力する(クリア&入力) | agent-browser fill @ref "text" |
| テキストを追記する | agent-browser type @ref "text" |
| キー押下(Enter等) | agent-browser press Enter |
| ドロップダウン選択 | agent-browser select @ref "value" |
| チェックボックス | agent-browser check @ref / agent-browser uncheck @ref |
| ホバー | agent-browser hover @ref |
| スクロール | agent-browser scroll down [px] / agent-browser scrollintoview @ref |
| 前のページに戻る | agent-browser back |
| テキスト出現を待つ | agent-browser wait --text "表示テキスト" |
| 要素を待つ | agent-browser wait @ref |
| ネットワーク安定を待つ | agent-browser wait --load networkidle |
| consoleログを確認する | agent-browser console |
| ページエラーを確認する | agent-browser errors |
| ネットワークリクエストを確認する | agent-browser network requests |
| スクリーンショットを撮る | agent-browser screenshot [path] |
| フルページスクリーンショット | agent-browser screenshot --full [path] |
| ラベル付きスクリーンショット | agent-browser screenshot --annotate |
| JSを実行する | agent-browser eval "js code" |
| ビューポート変更 | agent-browser set viewport <w> <h> |
| デバイスエミュレーション | agent-browser set device "iPhone 14" |
| タブ操作 | agent-browser tab / agent-browser tab new [url] / agent-browser tab <n> |
| 変更差分を確認する | agent-browser diff snapshot |
| ブラウザを閉じる | agent-browser close |