Class BrowserType
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
Contains the browser types names.
public static class BrowserType
- Inheritance
-
BrowserType
- Inherited Members
Fields
Chromium
Browser type Chromium.
public const string Chromium = "chromium"
Field Value
Firefox
Browser type Firefox.
public const string Firefox = "firefox"
Field Value
Webkit
Browser type WebKit.
public const string Webkit = "webkit"