wait_ms
Pause execution for a requested duration (max 10000ms) to wait for page loads or UI draws. Reports actual wait time and if the duration was clamped.
Instructions
Wait (e.g. for a page to load or an app to draw) — capped at 10000 ms.
Returns {"ok", "action", "requested_ms", "waited_ms", "clamped"} — "clamped": true means you asked for more than the cap and only waited_ms elapsed. Prefer settle_ms on the action itself when you also want to observe the result in the same call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |