tap_wait
Delay automation scripts by a set number of milliseconds. Pauses execution to handle timed operations, timeouts, and asynchronous delays without using setTimeout.
Instructions
Wait for a specified number of milliseconds. Use instead of tap.eval with setTimeout. For waiting on elements, prefer tap.waitFor(selector) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | No | Milliseconds to wait |