browser.get_html
Retrieve the HTML source of the current webpage. Optionally extract plain text by stripping tags or expand to full page content.
Instructions
Get the HTML source of the current page. Set text_only=true to strip tags and return plain text. Set full_page=false (default) for visible viewport only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| full_page | No | ||
| text_only | No |