send-keys-by-ios-class-chain
Send predefined text to specific iOS elements using their class chain attributes for efficient mobile app automation and testing.
Instructions
Send text to an element using iOS class chain (iOS only)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
classChain | Yes | iOS class chain (e.g., '**/XCUIElementTypeTextField') | |
text | Yes | Text to input | |
timeoutMs | No | Timeout in milliseconds (default: 10000) |