find-by-ios-predicate
Locate mobile app elements on iOS devices by specifying an iOS predicate string, enabling targeted interactions for automation workflows.
Instructions
Find an element using iOS predicate string (iOS only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
predicateString | Yes | iOS predicate string (e.g., 'name == "Login"') | |
timeoutMs | No | Timeout in milliseconds (default: 10000) |