Get HTML
element_get_htmlRetrieves the HTML content of a specified element or the entire page using a CSS selector or XPath. Leave selector empty for full page HTML.
Instructions
Get HTML from an element or the whole page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector or XPath; empty means whole page. Bare selectors are CSS; use text:... for text matching. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||