wait
Pause browser automation until a specified selector appears, navigation completes, network becomes idle, or a timeout elapses, ensuring stable page state before proceeding.
Instructions
Wait for a selector, navigation event, networkidle state, or a fixed timeout before continuing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | timeout | |
| value | No | Selector string or timeout value in ms | |
| timeout | No |