wait_for_element
Monitors web elements for specific states (attached, detached, visible, hidden) using CSS selectors, ensuring synchronization in browser automation workflows within AutoProbeMCP.
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 |