inspect-element
Retrieve detailed element information for debugging using selectors like xpath or id. Helps identify and troubleshoot UI elements in mobile app automation workflows.
Instructions
Get detailed information about an element (for debugging)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | Element selector (e.g., xpath, id) | |
strategy | No | Selector strategy: xpath, id, accessibility id, class name (default: xpath) |