You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/helpers/Playwright.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ or
27
27
28
28
npm i playwright-core@^1.18 --save
29
29
30
+
Breaking Changes: if you use Playwright v1.38 and later, it will no longer download browsers automatically.
31
+
32
+
Run `npx playwright install` to download browsers after `npm install`.
33
+
30
34
Using playwright-core package, will prevent the download of browser binaries and allow connecting to an existing browser installation or for connecting to a remote one.
Copy file name to clipboardExpand all lines: lib/helper/Playwright.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,10 @@ const config = {};
116
116
* npm i playwright-core@^1.18 --save
117
117
* ```
118
118
*
119
+
* Breaking Changes: if you use Playwright v1.38 and later, it will no longer download browsers automatically.
120
+
*
121
+
* Run `npx playwright install` to download browsers after `npm install`.
122
+
*
119
123
* Using playwright-core package, will prevent the download of browser binaries and allow connecting to an existing browser installation or for connecting to a remote one.
0 commit comments