wavexis_dom_query
Query DOM elements using CSS selectors with support for pagination, limit, and offset to retrieve all matches or just the first one.
Instructions
Query elements by CSS selector.
Args: input: Query parameters (selector, all, pagination).
Returns:
JSON string with paginated elements, count, and total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |