mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
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.
|
||||
|
||||
:::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]>
|
||||
|
||||
|
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.
|
||||
*
|
||||
* > 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?: {
|
||||
|
Loading…
Reference in New Issue
Block a user