diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index fc2303b717..2f42461bd6 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -2158,10 +2158,6 @@ handler function to route the request. Returns the buffer with the captured screenshot. -:::note -Screenshots take at least 1/6 second on Chromium OS X and Chromium Windows. See https://crbug.com/741689 for discussion. -::: - ### option: Page.screenshot.path - `path` <[path]> diff --git a/types/types.d.ts b/types/types.d.ts index 8d3196bb0a..014264e611 100644 --- a/types/types.d.ts +++ b/types/types.d.ts @@ -2359,9 +2359,6 @@ export interface Page { /** * Returns the buffer with the captured screenshot. - * - * > NOTE: Screenshots take at least 1/6 second on Chromium OS X and Chromium Windows. See https://crbug.com/741689 for - * discussion. * @param options */ screenshot(options?: {