All pages
Powered by GitBook
1 of 1

Loading...

Capture Snapshot

Type: capture_snapshot

This output type will return an HTML file that captures a static version of the page state. The page will load offline and can be saved to your local machine.

This will:

  • Load and embed all images on the page.

  • Embed all CSS files

Currently, JavaScript will be disabled, and interactivity might not work as expected, but this feature should be useful for preserving the page state as it was and allowing you to view it offline.

See

The following captures the current section of the page currently visible in the browser.

Here's an example that shows an offline snapshot of a site

Parameters

Usage

Example Output

universal parameters
518KB
GaffaSnapshotSample.mhtml
Open
"actions": [
    {
        "type": "capture_snapshot",
    }
]