browser_get_html
Retrieve the inner HTML of a webpage element using a CSS selector, defaulting to the full page body. Ideal for extracting structured content from any web page.
Instructions
Get the inner HTML of an element. Defaults to the full page body. Use a CSS selector to target a specific element (e.g. '#main', '.content').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |