browser_wait
Wait for a page element to appear using CSS or text selectors, with configurable timeout to handle dynamic content loading.
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 |