wait_for_element
Waits for a web element to reach a specified state (visible, hidden, attached, detached) using a CSS selector within a defined timeout, ensuring proper web automation and interaction timing.
Instructions
Wait for an element to appear or disappear
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for the element | |
state | No | State to wait for | visible |
timeout | No | Timeout in milliseconds |