wait_for_element
Waits for a web element to become visible, clickable, present, or invisible using CSS, XPath, or other selectors. Configurable timeout and locator strategy ensure reliable UI automation.
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 |