browser_find_elements
Find multiple web elements using locator strategies (id, css, xpath, name, tag, class, link, partialLink). Optionally set a timeout in milliseconds. Used for web automation and testing.
Instructions
Find multiple elements
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 |