wavexis_dom_get
Retrieve the HTML of any webpage element by specifying a CSS selector. Supports outer or inner HTML and optional navigation to a URL for stateless usage.
Instructions
Retrieve the HTML of an element matching a CSS selector.
Use wavexis_dom_query instead when you need element metadata rather than raw HTML.
Side effects: None; read-only. May navigate to url if provided.
Returns: JSON string with keys: 'status' ('ok'/'error'), 'html' (str), 'selector' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |