docs(page): remove note that screenshot takes 1/6+s (#5945)
This commit is contained in:
parent
4fea83c6d8
commit
601c09f7f1
|
|
@ -2158,10 +2158,6 @@ handler function to route the request.
|
||||||
|
|
||||||
Returns the buffer with the captured screenshot.
|
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
|
### option: Page.screenshot.path
|
||||||
- `path` <[path]>
|
- `path` <[path]>
|
||||||
|
|
||||||
|
|
|
||||||
3
types/types.d.ts
vendored
3
types/types.d.ts
vendored
|
|
@ -2359,9 +2359,6 @@ export interface Page {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the buffer with the captured screenshot.
|
* 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
|
* @param options
|
||||||
*/
|
*/
|
||||||
screenshot(options?: {
|
screenshot(options?: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue