get_html
Retrieve the inner HTML of the first matching element on a web page. Optionally provide a CSS or XPath selector; defaults to the page's body.
Instructions
Return the inner HTML of the first matching element. Defaults to when no selector is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Optional CSS or XPath selector (default: body). |