browser_find_element
Locate web elements using various strategies like ID, CSS, XPath, or class name to enable automated interaction with web pages through Selenium.
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 |