wait_for_element
Wait for a CSS-selected element to appear before interacting, using an optional timeout to prevent script failures when elements load asynchronously.
Instructions
Wait until an element matched by a CSS selector appears.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |