You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ax_browser_broker/docs.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
"quickstart": {
8
8
"title": "OpenBrowser Broker Quickstart",
9
9
"steps": [
10
+
"For simple user handoff requests such as 'open Lovable for me', call browser_open_control with owner, url, and optional identity_id. It opens the page, verifies state, and returns the control URL.",
10
11
"Call browser_lease with owner and optional identity_id.",
11
12
"Immediately call browser_snapshot or browser_screenshot to see the current page state before doing anything else.",
12
13
"Do NOT call browser_navigate if the current page is already meaningful (e.g. after a human auth handoff the browser is on the target page). Only navigate when the current page is blank, a new tab, or unrelated to the task.",
0 commit comments