browser.get_html
Retrieve the HTML source of the current browser page. Optionally strip tags for plain text or limit to 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 |