wait_for_element
Wait for a CSS selector element to appear on the page. Use after navigation or clicking to ensure element is present before proceeding.
Instructions
Wait until an element appears on the page (by CSS selector). Useful after navigation or clicking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector to wait for | |
| timeout_ms | No | Max wait time in ms |