Capture Screenshot

Type: capture_screenshot

Takes a screenshot of the current page. You can choose to take a full screen screenshot showing the whole page or just the current view.

Parameters

Name
Type
Required
Description

size

string

The size of paper the page should be printed to. Default: view Accepted: ["view", "fullscreen"]

See universal parameters.

Usage

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

"actions": [
    {
        "type": "capture_screenshot",
        "size": "view"
    }
]

Example Output

An example screenshot in fullscreen mode.

Last updated