get_interactive_map
Get a JSON map of all interactive elements with IDs, types, labels, and positions. Enables AI to understand page layout.
Instructions
🆕 Get a clean JSON map of ALL interactive elements with IDs, types, labels, and positions. Perfect for AI understanding of page layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filterArea | No | Filter by page area (header, main, footer, sidebar, all) | |
| filterType | No | Filter by element type (button, input, link, form, table, etc) | |
| maxElements | No | Maximum elements to return | |
| includeHidden | No | Include hidden elements |