dom_find_element
Locate any DOM element on a web page using tag, id, class, name, text, CSS selector, or XPath. Returns element details for automation and testing.
Instructions
Find an element on the page using various selectors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | No | HTML tag name | |
| id | No | Element ID | |
| class_name | No | CSS class name | |
| name | No | Name attribute | |
| text | No | Text content to match | |
| css_selector | No | CSS selector | |
| xpath | No | XPath expression | |
| timeout | No | Timeout in seconds |