wait_for_element
Pauses execution until a web element meets a specified condition—visible, clickable, present, or invisible—using CSS, XPath, or other locators, with 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 |