docs: promote cli command to install chrome stable (#7471)
This commit is contained in:
parent
5464ad849e
commit
07d44587d9
|
|
@ -14,7 +14,7 @@ With every release, Playwright updates the versions of the browsers it supports,
|
|||
For Google Chrome, Microsoft Edge and other Chromium-based browsers, by default, Playwright uses open source Chromium builds.
|
||||
Since Chromium project is ahead of the branded browsers,
|
||||
when the world is on Google Chrome 89, Playwright already supports Chromium 91 that will hit Google Chrome and Microsoft Edge
|
||||
if a few weeks.
|
||||
in a few weeks.
|
||||
|
||||
There is also a way to opt into using Google Chrome's or Microsoft Edge's branded builds for testing. For details
|
||||
on when to opt into stable channels, refer to the [Google Chrome & Microsoft Edge](#google-chrome--microsoft-edge) section below.
|
||||
|
|
@ -83,7 +83,7 @@ class Program
|
|||
```
|
||||
|
||||
:::note
|
||||
Playwright bundles a recent Chromium build, but not Google Chrome or Microsoft Edge browsers - these should be installed manually before use.
|
||||
Playwright bundles a recent Chromium build, but not Google Chrome or Microsoft Edge browsers - these should be installed manually before use. You can use Playwright [Command Line Interface](./cli.md#install-browsers) to install the browsers.
|
||||
:::
|
||||
|
||||
### When to use Google Chrome & Microsoft Edge and when not to?
|
||||
|
|
|
|||
Loading…
Reference in a new issue