Skip to main content
Version: 17.1.1

ScreenshotOptions.fullPage property

When true, takes a screenshot of the full page.

Signature:

interface ScreenshotOptions {
fullPage?: boolean;
}