get_html
Extract the inner HTML of a webpage element using a CSS selector. Defaults to the body if no selector is provided.
Instructions
Get inner HTML of an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |