browser_wait_for
Wait for a specific element to appear on a web page using a CSS selector. Helps synchronize browser actions with page loading.
Instructions
Wait for an element matching a CSS selector to appear on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab ID (defaults to active tab) | |
| timeout | No | Timeout in milliseconds (default: 30000) | |
| selector | Yes | CSS selector to wait for |