--- sidebar_label: Page.screenshot_1 --- # Page.screenshot() method #### Signature: ```typescript class Page { screenshot( options?: ScreenshotOptions & { encoding?: 'binary'; } ): Promise; } ``` ## Parameters | Parameter | Type | Description | | --------- | ------------------------------------------------------------------------------------ | ------------ | | options | [ScreenshotOptions](./puppeteer.screenshotoptions.md) & { encoding?: 'binary'; } | _(Optional)_ | **Returns:** Promise<Buffer>