mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
516 B
516 B
sidebar_label |
---|
Page.screenshot_2 |
Page.screenshot() method
Signature:
class Page {
abstract screenshot(options?: ScreenshotOptions): Promise<Buffer | string>;
}
Parameters
Parameter | Type | Description |
---|---|---|
options | ScreenshotOptions | (Optional) |
Returns:
Promise<Buffer | string>