wavexis_dom_get
Get the HTML content of a webpage element by specifying a CSS selector. Choose between outerHTML or innerHTML output.
Instructions
Get the HTML of an element matching a CSS selector.
Args: input: DOM get parameters (selector, outer/inner).
Returns:
JSON string with html and selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |