From 93d01bf5cf4263fd2ae5e55620ab7f4b874ebd32 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Fri, 2 Sep 2022 14:42:12 +0200 Subject: [PATCH] mention `playwright install chromium --with-deps` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 446cf47..8b0c8cc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Claims free games on 3. Run `npm install && npx playwright install chromium` This downloads Chromium (343 MB) to a cache in home ([doc](https://playwright.dev/docs/browsers#managing-browser-binaries)). +If you are missing some dependencies for the browser on your system, you can use `sudo npx playwright install chromium --with-deps`. ## Usage Both scripts start an automated Chromium instance, either with the browser GUI shown or hidden (*headless mode*).