is_displayed
Check if an element is visible on the page using CSS, XPath, or other locator strategies. Returns boolean result with configurable wait 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 |