browser_wait_for
Wait for a condition such as text, selector, load state, or time in a browser tab. Pauses automation until the condition is met.
Instructions
Wait for a condition (text, selector, load state, time, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Wait for text to appear on page | |
| textGone | No | Wait for text to disappear from page | |
| selector | No | Wait for CSS selector | |
| url | No | Wait for URL to match pattern | |
| loadState | No | Wait for load state | |
| timeMs | No | Wait for specific milliseconds | |
| targetId | No | Target ID of the tab |