wait_for_element
Wait for an element to reach the desired state—visible, clickable, present, or invisible—using locator strategies like CSS or XPath, with a configurable timeout.
Instructions
Wait until an element is visible on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value | |
| condition | No | visible |