ui.wait_for
Wait for UI elements to appear or become visible in iOS Simulator during React Native/Expo testing, ensuring reliable automation by specifying selectors and timeout settings.
Instructions
Wait for an element to be visible or exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Element selector to wait for. | |
| visible | No | Wait for visibility (true) or existence (false). | |
| timeout | No | Timeout in milliseconds. |