browser_element_is_displayed
Check if a web element is visible on the page using Selenium. Specify the locator strategy (e.g., id, css, xpath) and value, with an optional timeout, to verify element display status.
Instructions
Checks if an element is displayed
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |