Table of Contents

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

string

Firefox

Browser type Firefox.

public const string Firefox = "firefox"

Field Value

string

Webkit

Browser type WebKit.

public const string Webkit = "webkit"

Field Value

string