update types

This commit is contained in:
Simon Knott 2024-10-29 10:07:42 +01:00
parent 035436e284
commit a6def8936d
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -19819,11 +19819,6 @@ export interface FrameLocator {
* An example to trigger select-all with the keyboard
*
* ```js
* // on Windows and Linux
* await page.keyboard.press('Control+A');
* // on macOS
* await page.keyboard.press('Meta+A');
* // cross-platform
* await page.keyboard.press('ControlOrMeta+A');
* ```
*