mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
fix(types): regenerate types for latest doc changes (#5353)
This commit is contained in:
parent
da4304a05c
commit
7e757cd531
17
types/types.d.ts
vendored
17
types/types.d.ts
vendored
@ -6274,20 +6274,19 @@ export interface BrowserType<Browser> {
|
|||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* > **Chromium-only** Playwright can also be used to control the Chrome browser, but it works best with the version of
|
* > **Chromium-only** Playwright can also be used to control the Google Chrome or Microsoft Edge browsers, but it works
|
||||||
* Chromium it is bundled with. There is no guarantee it will work with any other version. Use `executablePath` option with
|
* best with the version of Chromium it is bundled with. There is no guarantee it will work with any other version. Use
|
||||||
* extreme caution.
|
* `executablePath` option with extreme caution.
|
||||||
* >
|
* >
|
||||||
* > If Google Chrome (rather than Chromium) is preferred, a
|
* > If Google Chrome (rather than Chromium) is preferred, a
|
||||||
* [Chrome Canary](https://www.google.com/chrome/browser/canary.html) or
|
* [Chrome Canary](https://www.google.com/chrome/browser/canary.html) or
|
||||||
* [Dev Channel](https://www.chromium.org/getting-involved/dev-channel) build is suggested.
|
* [Dev Channel](https://www.chromium.org/getting-involved/dev-channel) build is suggested.
|
||||||
* >
|
* >
|
||||||
* > In [browserType.launch([options])](https://playwright.dev/docs/api/class-browsertype#browsertypelaunchoptions) above,
|
* > Stock browsers like Google Chrome and Microsoft Edge are suitable for tests that require proprietary media codecs for
|
||||||
* any mention of Chromium also applies to Chrome.
|
* video playback. See
|
||||||
* >
|
* [this article](https://www.howtogeek.com/202825/what%E2%80%99s-the-difference-between-chromium-and-chrome/) for other
|
||||||
* > See [`this article`](https://www.howtogeek.com/202825/what%E2%80%99s-the-difference-between-chromium-and-chrome/) for
|
* differences between Chromium and Chrome.
|
||||||
* a description of the differences between Chromium and Chrome.
|
* [This article](https://chromium.googlesource.com/chromium/src/+/lkgr/docs/chromium_browser_vs_google_chrome.md)
|
||||||
* [`This article`](https://chromium.googlesource.com/chromium/src/+/lkgr/docs/chromium_browser_vs_google_chrome.md)
|
|
||||||
* describes some differences for Linux users.
|
* describes some differences for Linux users.
|
||||||
* @param options
|
* @param options
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user