wait_for_element
Wait for a CSS selector element to appear on the page with a configurable timeout, ensuring the element is ready for interaction.
Instructions
Wait for an element to appear on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds | |
| selector | Yes | CSS selector of the element to wait for |