is_displayed
Check if a web element is visible on the page using any locator strategy. Use the returned boolean to assert visibility and control automated browser workflows.
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 |