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.
size
string
The size of paper the page should be printed to.
Default: view
Accepted: ["view", "fullscreen"]
See universal parameters.
The following captures the current section of the page currently visible in the browser.
"actions": [
{
"type": "capture_screenshot",
"size": "view"
}
]
An example screenshot in fullscreen
mode.