6847f8835f
The only drawback of adding overrides is that our documentation generator would generate a page for each overload which might be hard to read/find on the documentation website. Closes #9512 #9385
522 B
522 B
sidebar_label |
---|
Page.screenshot_2 |
Page.screenshot() method
Signature:
class Page {
screenshot(options?: ScreenshotOptions): Promise<Buffer | string>;
}
Parameters
Parameter | Type | Description |
---|---|---|
options | ScreenshotOptions | (Optional) |
Returns:
Promise<Buffer | string>