computer_wait
Pause device automation for a specified duration in milliseconds between script steps, allowing timing control and synchronization.
Instructions
Block for a duration, useful between steps in a script.
Args: serialno: The computer device serialno, from list_devices. milliseconds: How long to block, in MILLISECONDS (1-300000). Note that computer_bash's timeout is in seconds.
Returns: JSON response from the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serialno | Yes | ||
| milliseconds | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |