wait_for_element
Wait for a page element to become visible, clickable, present, or invisible using CSS, XPath, or other locators. Reliably pauses automation until the specified condition is met.
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 |