analyze_page
Analyze webpages to identify interactive elements and generate reliable locators for test automation and page structure understanding.
Instructions
Analyze an entire webpage and return all interactive elements with their best locators. Use this to understand page structure or get all elements at once.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to analyze | |
| elementTypes | No | Optional filter by element types: 'button', 'input', 'link', 'select', 'textarea', 'checkbox', 'radio'. Leave empty for all. |