browser_get_page_content
Retrieve the current page's content as plain text or HTML, allowing you to read, parse, or process webpage data for further use.
Instructions
Get the content of the current page as text or HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: text) | |
| workspace | No | Optional workspace to read from | |
| use_debugger | No | Allow CDP fallback if page CSP blocks scripting |