| Package | Description |
|---|---|
| com.microsoft.playwright |
| Modifier and Type | Method and Description |
|---|---|
BrowserType |
Playwright.chromium()
This object can be used to launch or connect to Chromium, returning instances of
Browser. |
BrowserType |
Playwright.firefox()
This object can be used to launch or connect to Firefox, returning instances of
Browser. |
BrowserType |
Playwright.webkit()
This object can be used to launch or connect to WebKit, returning instances of
Browser. |
Copyright © 2021. All rights reserved.