Get Element
get_elementRetrieve comprehensive details of a web element, including position, size, state, and attributes, using its element ID from a prior find or snapshot.
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. |