browser_wait
Wait for a specific element to reach a desired state, such as visible or hidden, on a webpage. Specify CSS selector and optional timeout.
Instructions
Wait for an element to appear on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector to wait for | |
| timeout | No | Max wait time in milliseconds (default: 30000) | |
| state | No | Element state to wait for (default: visible) | visible |