Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 233 Bytes

puppeteer.screenshotoptions.clip.md

File metadata and controls

15 lines (11 loc) · 233 Bytes
sidebar_label
ScreenshotOptions.clip

ScreenshotOptions.clip property

An object which specifies the clipping region of the page.

Signature:

interface ScreenshotOptions {
  clip?: ScreenshotClip;
}