tap-by-ios-predicate
Tap on iOS app elements using predicate strings for mobile automation testing. This tool identifies elements with predicates like 'name == "Login"' and performs tap actions to simulate user interactions.
Instructions
Tap on an element using iOS predicate string (iOS only)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| predicateString | Yes | iOS predicate string (e.g., 'name == "Login"') | |
| timeoutMs | No | Timeout in milliseconds (default: 10000) |