We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa18c41 commit 0815ff3Copy full SHA for 0815ff3
docs/browsers.md
@@ -11,7 +11,7 @@ npm i playwright
11
These browsers will take hundreds of megabytes of the disk space when installed:
12
13
```sh
14
-du -hs ./node_modules/.local-browsers/*
+du -hs ./node_modules/playwright/.local-browsers/*
15
281M .local-browsers/chromium-XXXXXX
16
187M .local-browsers/firefox-XXXX
17
180M .local-browsers/webkit-XXXX
0 commit comments