chore(docs): fix broken link for downloaded browsers

This commit is contained in:
Arjun Attam 2020-01-30 14:53:20 -08:00 committed by GitHub
parent 2b231c9e1b
commit bc95ba6fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ const { chromium, firefox, webkit } = require('playwright');
})();
```
Playwright automatically downloads browser executables during installation, see [Downloaded browsers](#downloaded-browsers) for more information.
By default, the `playwright` NPM package automatically downloads browser executables during installation. The `playwright-core` NPM package can be used to skip automatic downloads.
<!-- GEN:toc -->
- [playwright.chromium](#playwrightchromium)