rnw_wait
Pause browser automation for a set duration or until a specified element appears, so scripts can synchronize with React Native Web page state.
Instructions
Wait for a specified time or for an element to appear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Time to wait in milliseconds | |
| findBy | No | How to find the element | |
| selector | No | CSS selector to wait for |