browser_find_elements
Retrieve a list of all interactive elements on the current page, including buttons, links, and inputs, with their properties and coordinates to enable targeted browsing actions.
Instructions
Find all interactive elements on the page (links, buttons, inputs, etc.). Returns a JSON list with each element's tag, text, type, href, selector hint, center coordinates (x, y), and whether it's visible in the viewport. Use this to discover what you can click or fill before interacting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |