dom_find_elements
Find multiple DOM elements by tag, class, CSS selector, or XPath with a configurable timeout. Locate page elements for automation or testing tasks.
Instructions
Find multiple elements on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | No | HTML tag name | |
| class_name | No | CSS class name | |
| css_selector | No | CSS selector | |
| xpath | No | XPath expression | |
| timeout | No | Timeout in seconds |