browser_wait
Wait for a CSS or text selector to appear on the page, with a configurable timeout (default 10 seconds).
Instructions
Wait for an element to appear on the page. Supports CSS and text-based selectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Max wait time in ms (default: 10000) | |
| selector | Yes | CSS selector or text selector (e.g. "text=Success", "button:text(Next)") to wait for |