browser_wait
Wait until a specified element appears on the page. Use CSS or text selectors and set a custom timeout to control the maximum wait duration.
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 |