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