get_page_state
Retrieve current page URL, title, and a numbered list of interactive elements to enable automated clicking, typing, and selecting for web testing.
Instructions
Get the current page URL, title, and all interactive elements.
Returns a numbered list of elements you can interact with using click(index), type_text(index, text), or select_option(index, value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |