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