wait_for
Pauses execution until a CSS selector appears, network activity idles, or URL contains specified text. Configure timeout to prevent hanging.
Instructions
Wait for a condition before proceeding
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Wait for a CSS selector to appear in the DOM | |
| timeout_ms | No | Max wait time in milliseconds | |
| network_idle | No | Wait for no network requests for N milliseconds | |
| url_contains | No | Wait for the page URL to contain a substring |