wait_for_element
Pause browser automation until a specified element appears in the DOM, with an option to require it to be visible before continuing.
Instructions
Wait for an element to exist, with optional visibility requirement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visible | No | ||
| selector | Yes | ||
| timeoutMs | No |