browser_wait_for_selector
Wait for a specific element to appear on the page using a Playwright selector. Supports optional timeout to control wait duration.
Instructions
Wait for an element to appear on the page (see browser_docs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Playwright selector to wait for | |
| timeout | No | Timeout in milliseconds |