inspect-element
Retrieve detailed element information for debugging mobile app automation tests using Appium's MCP server.
Instructions
Get detailed information about an element (for debugging)
Input Schema
TableJSON 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) |