browser_wait_for
Wait for a CSS selector element to appear in the DOM and return true if found within the timeout period.
Instructions
Wait until an element matching the CSS selector appears in the DOM. Returns true if found within the timeout, false otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector to wait for | |
| timeout_ms | No | Max wait time in milliseconds (default 5000) |