wait_for_element
Wait for a web element to become present in the DOM, optionally ensuring it is visible, before continuing browser automation tasks.
Instructions
Wait for an element to exist, with optional visibility requirement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visible | No | ||
| selector | Yes | ||
| timeoutMs | No |