puppeteer/website/versioned_docs/version-9.1.1/puppeteer.screenshotoptions.path.md
2021-08-10 11:09:48 +01:00

577 B

Home > puppeteer > ScreenshotOptions > path

ScreenshotOptions.path property

The file path to save the image to. The screenshot type will be inferred from file extension. If path is a relative path, then it is resolved relative to current working directory. If no path is provided, the image won't be saved to the disk.

Signature:

path?: string;