scout_wait
Wait for page conditions like navigation, network idle, selector visibility, or timeout to ensure the page is ready before proceeding.
Instructions
Wait for a page condition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| condition | Yes | What to wait for | |
| value | No | Selector string or timeout in ms | |
| timeout | No | Maximum wait time in ms (default: 30000) |