save_page
Save a webpage's complete DOM, styles, and images as an MHTML archive on the server, enabling offline access and sharing.
Instructions
Save the full page (DOM, styles, images) as an MHTML archive file on the server filesystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| output_path | Yes | Absolute file path to write (e.g. /tmp/page.mhtml) |