browser.get_html
Get the HTML source of the current page. Use text_only to extract plain text, or full_page to capture content beyond the visible viewport.
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 |