Skip to main content
Version: 15.4.1

ScreenshotOptions.fullPage property

When true, takes a screenshot of the full page.

Signature:

interface ScreenshotOptions {
fullPage?: boolean;
}