doc: text nit

This commit is contained in:
Pavel Feldman 2021-05-26 16:22:14 -07:00
parent 3b220e50ee
commit 9233a61bda
2 changed files with 7 additions and 15 deletions

View File

@ -605,9 +605,7 @@ Additional arguments to pass to the browser instance. The list of Chromium flags
## browser-option-channel ## browser-option-channel
- `channel` <[string]> - `channel` <[string]>
Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge", "msedge-beta", "msedge-dev", "msedge-canary". Browser distribution channel. Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge", "msedge-beta", "msedge-dev", "msedge-canary". Read more about using [Google Chrome and Microsoft Edge](./browsers.md#google-chrome--microsoft-edge).
Browser distribution channel. Read more about using [Google Chrome and Microsoft Edge](./browsers.md#google-chrome--microsoft-edge).
## browser-option-chromiumsandbox ## browser-option-chromiumsandbox
- `chromiumSandbox` <[boolean]> - `chromiumSandbox` <[boolean]>

18
types/types.d.ts vendored
View File

@ -6965,10 +6965,8 @@ export interface BrowserType<Unused = {}> {
bypassCSP?: boolean; bypassCSP?: boolean;
/** /**
* Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge", "msedge-beta", "msedge-dev", * Browser distribution channel. Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge",
* "msedge-canary". * "msedge-beta", "msedge-dev", "msedge-canary". Read more about using
*
* Browser distribution channel. Read more about using
* [Google Chrome and Microsoft Edge](https://playwright.dev/docs/browsers#google-chrome--microsoft-edge). * [Google Chrome and Microsoft Edge](https://playwright.dev/docs/browsers#google-chrome--microsoft-edge).
*/ */
channel?: string; channel?: string;
@ -7309,10 +7307,8 @@ export interface BrowserType<Unused = {}> {
args?: Array<string>; args?: Array<string>;
/** /**
* Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge", "msedge-beta", "msedge-dev", * Browser distribution channel. Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge",
* "msedge-canary". * "msedge-beta", "msedge-dev", "msedge-canary". Read more about using
*
* Browser distribution channel. Read more about using
* [Google Chrome and Microsoft Edge](https://playwright.dev/docs/browsers#google-chrome--microsoft-edge). * [Google Chrome and Microsoft Edge](https://playwright.dev/docs/browsers#google-chrome--microsoft-edge).
*/ */
channel?: string; channel?: string;
@ -11231,10 +11227,8 @@ export interface LaunchOptions {
args?: Array<string>; args?: Array<string>;
/** /**
* Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge", "msedge-beta", "msedge-dev", * Browser distribution channel. Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge",
* "msedge-canary". * "msedge-beta", "msedge-dev", "msedge-canary". Read more about using
*
* Browser distribution channel. Read more about using
* [Google Chrome and Microsoft Edge](https://playwright.dev/docs/browsers#google-chrome--microsoft-edge). * [Google Chrome and Microsoft Edge](https://playwright.dev/docs/browsers#google-chrome--microsoft-edge).
*/ */
channel?: string; channel?: string;