mention playwright install chromium --with-deps
This commit is contained in:
parent
51f2fbfb53
commit
93d01bf5cf
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ Claims free games on
|
||||||
3. Run `npm install && npx playwright install chromium`
|
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)).
|
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
|
## Usage
|
||||||
Both scripts start an automated Chromium instance, either with the browser GUI shown or hidden (*headless mode*).
|
Both scripts start an automated Chromium instance, either with the browser GUI shown or hidden (*headless mode*).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue