browser_wait_for
Wait for a CSS selector to appear, or sleep for a specified duration, preventing interactive browser automation.
Instructions
Wait for a CSS selector to appear or sleep for a specified duration in milliseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to wait for | |
| milliseconds | No | Milliseconds to sleep (e.g. 2000) |