element-exists
Check if a mobile app element exists on the current page using selectors like xpath or id to verify element presence during automation testing.
Instructions
Check if an element exists on the current page
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) |