wait_for_element
Monitor web pages for specific elements to appear or disappear using CSS selectors, with configurable timeouts and element states for precise automation.
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 |