@@ -14344,9 +14344,12 @@ async def launch(
1434414344 resolved relative to the current working directory. Note that Playwright only works with the bundled Chromium,
1434514345 Firefox or WebKit, use at your own risk.
1434614346 channel : Union[str, None]
14347- Browser distribution channel. Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary",
14348- "msedge", "msedge-beta", "msedge-dev", "msedge-canary". Read more about using
14349- [Google Chrome and Microsoft Edge](../browsers.md#google-chrome--microsoft-edge).
14347+ Browser distribution channel.
14348+
14349+ Use "chromium" to [opt in to new headless mode](../browsers.md#opt-in-to-new-headless-mode).
14350+
14351+ Use "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge", "msedge-beta", "msedge-dev", or
14352+ "msedge-canary" to use branded [Google Chrome and Microsoft Edge](../browsers.md#google-chrome--microsoft-edge).
1435014353 args : Union[Sequence[str], None]
1435114354 **NOTE** Use custom browser args at your own risk, as some of them may break Playwright functionality.
1435214355
@@ -14499,9 +14502,12 @@ async def launch_persistent_context(
1449914502 user data directory is the **parent** directory of the "Profile Path" seen at `chrome://version`. Pass an empty
1450014503 string to use a temporary directory instead.
1450114504 channel : Union[str, None]
14502- Browser distribution channel. Supported values are "chrome", "chrome-beta", "chrome-dev", "chrome-canary",
14503- "msedge", "msedge-beta", "msedge-dev", "msedge-canary". Read more about using
14504- [Google Chrome and Microsoft Edge](../browsers.md#google-chrome--microsoft-edge).
14505+ Browser distribution channel.
14506+
14507+ Use "chromium" to [opt in to new headless mode](../browsers.md#opt-in-to-new-headless-mode).
14508+
14509+ Use "chrome", "chrome-beta", "chrome-dev", "chrome-canary", "msedge", "msedge-beta", "msedge-dev", or
14510+ "msedge-canary" to use branded [Google Chrome and Microsoft Edge](../browsers.md#google-chrome--microsoft-edge).
1450514511 executable_path : Union[pathlib.Path, str, None]
1450614512 Path to a browser executable to run instead of the bundled one. If `executablePath` is a relative path, then it is
1450714513 resolved relative to the current working directory. Note that Playwright only works with the bundled Chromium,
@@ -20483,7 +20489,7 @@ async def to_match_aria_snapshot(
2048320489 **Usage**
2048420490
2048520491 ```py
20486- await page.goto(' https://demo.playwright.dev/todomvc/' )
20492+ await page.goto(\" https://demo.playwright.dev/todomvc/\" )
2048720493 await expect(page.locator('body')).to_match_aria_snapshot('''
2048820494 - heading \"todos\"
2048920495 - textbox \"What needs to be done?\"
0 commit comments