is_displayed
Verify that a web element is visible on the page. Use a CSS selector, XPath, or other locator, and set an optional timeout to wait for visibility before taking action.
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 |