update types
This commit is contained in:
parent
035436e284
commit
a6def8936d
5
packages/playwright-core/types/types.d.ts
vendored
5
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -19819,11 +19819,6 @@ export interface FrameLocator {
|
||||||
* An example to trigger select-all with the keyboard
|
* An example to trigger select-all with the keyboard
|
||||||
*
|
*
|
||||||
* ```js
|
* ```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');
|
* await page.keyboard.press('ControlOrMeta+A');
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue