is_displayed
Verify whether a web element is visible on the page using CSS, XPath, or other locators. Resolve visibility checks with a configurable timeout.
Instructions
Check if 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 |