send-keys
Simulate text input in mobile apps by sending keys to specified UI elements using element selectors and strategies like xpath or id, facilitating automated UI testing.
Instructions
Send text input to a UI 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) | |
text | Yes | Text to input |