docs(installation): update windows location

This commit is contained in:
Arjun Attam 2020-04-30 17:41:56 -07:00 committed by GitHub
parent 28bbd93f40
commit 7051c0bf34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Firefox and WebKit work across the 3 platforms (Windows, macOS, Linux):
Each version of Playwright needs specific versions of browser binaries to operate. By default Playwright downloads Chromium, WebKit and Firefox browsers into the OS-specific cache folders:
- `HOME\AppData\Local\ms-playwright` on Windows
- `%USERPROFILE%\AppData\Local\ms-playwright` on Windows
- `~/Library/Caches/ms-playwright` on MacOS
- `~/.cache/playwright/ms-playwright` on Linux