is_displayed
Verify if a web element is visible on the page using CSS, XPath, or other locators. Returns true if displayed, false otherwise.
Instructions
Check if an element is visible on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector, XPath, or other locator value | |
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds |