browser_read_page
Read Unicode-safe page content from an existing browser snapshot. Extract captured text for further processing without re-navigating to the page.
Instructions
Read the next Unicode-safe page from an existing immutable browser snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| max_chars | No | ||
| snapshot_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| content | Yes | ||
| complete | Yes | ||
| warnings | No | ||
| final_url | Yes | ||
| range_end | Yes | ||
| next_offset | Yes | ||
| range_start | Yes | ||
| snapshot_id | Yes | ||
| total_chars | Yes | ||
| extract_mode | Yes | ||
| load_timed_out | Yes |