wavexis_dom_query
Query DOM elements by CSS selector with pagination and metadata. Returns status, matched elements, count, and total.
Instructions
Query elements by CSS selector and return paginated metadata.
Use wavexis_dom_get instead when you only need the raw HTML of a single element.
Side effects: None; read-only. May navigate to url if provided.
Returns: JSON string with keys: 'status' ('ok'/'error'), 'elements' (list[dict]),
'count' (int), 'total' (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |