wait
Pause execution for a specified number of milliseconds between actions, allowing time for animations, page loads, or network responses to complete before proceeding with the next step.
Instructions
Wait for a specified number of milliseconds. Use between actions to wait for animations, page loads, or network responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | Yes | Milliseconds to wait |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waited | Yes | Milliseconds actually waited |