send-keys-by-ios-predicate
Input text into iOS app elements using predicate string selectors for mobile automation testing with Appium.
Instructions
Send text to an element using iOS predicate string (iOS only)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| predicateString | Yes | iOS predicate string (e.g., 'type == "XCUIElementTypeTextField"') | |
| text | Yes | Text to input | |
| timeoutMs | No | Timeout in milliseconds (default: 10000) |