clear-element
Clear text from mobile app input elements using Appium automation. Specify element selector and strategy to remove existing content.
Instructions
Clear text from an input element
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) |