scan_page_elements
Identify every interactive element on a page: buttons, links, inputs, checkboxes, tabs. Get a structured list with selectors, disabled state, and screenshot to decide what to test.
Instructions
Navigate to a specific page and discover all interactive elements (buttons, links, inputs, selectors, checkboxes, tabs). Returns a structured list of elements with their types, text, selectors, and disabled state. Also returns a screenshot of the page. Use this to understand what's on a page before deciding what to test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes | The route path to scan (e.g. /dashboard, /settings). Will be appended to the base URL. | |
| authenticated | No | Whether to use the authenticated browser context. Default false. |