getElementDetails
Fetch complete element information by APOM ID: bounds, CSS selector, attributes, styles, and child tree. Useful when analyzePage output needs deeper element inspection.
Instructions
Get detailed information about element by its APOM ID. Returns full element details including bounds, CSS selector, position, attributes, and computed styles. Can also analyze children elements tree structure. Use this when analyzePage output was simplified and you need complete information about specific element or analyze specific sections in detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | APOM element ID (e.g., 'input_20', 'button_45') from analyzePage result | |
| refresh | No | Force refresh of cached analysis (default: false) | |
| includeAll | No | When analyzing children, include all elements, not just interactive ones (default: false) | |
| analyzeChildren | No | Analyze children elements tree structure (default: false) |