spider_browser_content
Retrieve the full HTML or extracted visible text of the current browser page for content analysis or data extraction.
Instructions
Get the current page content. Returns the full HTML or extracted text of the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Content format: html (full DOM) or text (visible text only). Default: html | |
| session_id | Yes | Session ID from spider_browser_open |