browser_wait_for_selector
Wait for a CSS selector to appear in the page, using a configurable timeout to ensure the element is ready before proceeding.
Instructions
Wait for an element to appear in the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds (default: 30000) | |
| selector | Yes | CSS selector to wait for |