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