clear-element
Removes text from specified input elements in mobile app automation using Appium. Supports multiple selector strategies like xpath, id, and accessibility id for precise element targeting.
Instructions
Clear text from an input element
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) |