browser_wait_for
Wait for a CSS selector to become visible on the page before continuing. Specify an optional timeout to control how long to wait.
Instructions
Wait for a CSS selector to appear on page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in ms (default 10000) | |
| selector | Yes | CSS selector to wait for |