browser_element_is_displayed
Verifies whether a web element is displayed and visible to the user. Specify locator (id, css, xpath, etc.) and optional timeout to wait for the element.
Instructions
Checks if an element is displayed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |