v0.7.0 docs (#218)

* auto-release

* fixes

* fix secret name

* update provider flag

* v0.7.0 changelog
This commit is contained in:
Chris Tate
2026-01-23 12:49:40 -06:00
committed by GitHub
parent fff4312d16
commit 35d345b2b4
4 changed files with 139 additions and 3 deletions
+6 -1
View File
@@ -58,7 +58,12 @@ agent-browser wait <ms> # Wait for time
agent-browser wait --text "Welcome" # Wait for text
agent-browser wait --url "**/dash" # Wait for URL pattern
agent-browser wait --load networkidle # Wait for load state
agent-browser wait --fn "condition" # Wait for JS condition`} />
agent-browser wait --fn "condition" # Wait for JS condition
agent-browser wait --download [path] # Wait for download`} />
<h2>Downloads</h2>
<CodeBlock code={`agent-browser download <sel> <path> # Click element to trigger download
agent-browser wait --download [path] # Wait for any download to complete`} />
<h2>Mouse</h2>
<CodeBlock code={`agent-browser mouse move <x> <y> # Move mouse