browser_wait
Wait for a web element to become visible on the page using a CSS selector, with an optional timeout in seconds.
Instructions
Wait until an element is visible on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector to wait for | |
| timeout | No | Max seconds to wait |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |