browser_find_element
Locate a specific web element using Selenium WebDriver by specifying locator strategy (e.g., ID, CSS, XPath) and value. Supports customizable timeout for element search.
Instructions
Find an element
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 |