mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(electron): minimal version (#11792)
This commit is contained in:
parent
4a52bc9465
commit
e7bd62f202
@ -45,6 +45,11 @@ Note that since you don't need Playwright to install web browsers when testing E
|
|||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright
|
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Supported Electron versions are:**
|
||||||
|
* v12.2.0+
|
||||||
|
* v13.4.0+
|
||||||
|
* v14+
|
||||||
|
|
||||||
## async method: Electron.launch
|
## async method: Electron.launch
|
||||||
- returns: <[ElectronApplication]>
|
- returns: <[ElectronApplication]>
|
||||||
|
|
||||||
|
4
packages/playwright-core/types/types.d.ts
vendored
4
packages/playwright-core/types/types.d.ts
vendored
@ -13397,6 +13397,10 @@ export interface Download {
|
|||||||
* PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright
|
* PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
* **Supported Electron versions are:**
|
||||||
|
* - v12.2.0+
|
||||||
|
* - v13.4.0+
|
||||||
|
* - v14+
|
||||||
*/
|
*/
|
||||||
export interface Electron {
|
export interface Electron {
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user