browser_observe
Get the current state of a web page as a numbered list of interactive controls. Use modes to fetch a full table or only changes, with optional JSON output for programmatic planning.
Instructions
Re-read the page: new element table, or a delta if little changed.
mode: "auto" (delta when possible), "full" (whole table, e.g. after a big
change), "delta" (force). include_json=True appends a machine-readable
copy of the element table when you want to plan over it programmatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | auto | |
| session | No | default | |
| include_json | No | ||
| include_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |