get_element
Retrieve detailed information about a specific UI element by its ID, including current states, values, and available actions for inspection before performing operations.
Instructions
Get a single element by its ID with full detail.
Returns a fresh snapshot with current states, value, supported
actions, and description. Use this to inspect an element
before calling the ``action()`` tool — the actions list shows
exactly which raw action names are available.
Args:
element_id: The element ID (from find/elements results).Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes |