wait_for_element
Halt script execution until a specified element appears on the page. Use CSS selector to target, set timeout, and optionally require visibility.
Instructions
Wait for an element to appear on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Maximum time to wait in milliseconds | |
| visible | No | Wait for element to be visible | |
| selector | Yes | CSS selector to wait for |