Get Element
get_elementGet exact position, size, state, and attributes of a single element using its element ID. Returns XML with full details.
Instructions
Get complete details for one element: exact position, size, state, and attributes. Requires an eid obtained from find or snapshot. Use when you need precise geometry or full attribute/state data for a single element. Returns the element details as XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | Yes | Element ID to inspect, obtained from find results or the page snapshot. | |
| page_id | No | Page ID. If omitted, operates on the most recently used page. |