element_get_info
Retrieve comprehensive details of a web element, including tag name, visible text, bounding rectangle, attributes, inner HTML, and interaction states, using a locator or element ID.
Instructions
Get full element details: tag, text, rect, attrs, html, states.
Provide locator or element_id. Returns richer info than element_find.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | ||
| tab_id | No | ||
| locator | No | ||
| element_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |