search_dom_elements
Find DOM elements by type, text, keywords, or attributes and retrieve their paths for navigation.
Instructions
Search for DOM elements by type, content, keywords, or attributes. Returns matching elements with their paths for further navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Unique identifier of the page to search | |
| search_criteria | Yes | Search criteria for finding DOM elements | |
| max_results | No | Maximum number of results to return | |
| include_path | No | Whether to include dot notation path for each result |