Table of Contents

Class CapabilityType

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

Provides types of capabilities for the DesiredCapabilities object.

public static class CapabilityType
Inheritance
CapabilityType
Inherited Members

Fields

AcceptSslCertificates

Capability name used to indicate whether the browser accepts SSL certificates.

public static readonly string AcceptSslCertificates

Field Value

string

BrowserName

Capability name used for the browser name.

public static readonly string BrowserName

Field Value

string

HandlesAlerts

Capability name used to indicate whether the browser can handle alerts.

public static readonly string HandlesAlerts

Field Value

string

HasNativeEvents

Capability name used to indicate whether the browser uses native events.

public static readonly string HasNativeEvents

Field Value

string

IsJavaScriptEnabled

Capability name used to indicate whether JavaScript is enabled for the browser.

public static readonly string IsJavaScriptEnabled

Field Value

string

PageLoadStrategy

Capability name used to indicate the page load strategy for the browser.

public static readonly string PageLoadStrategy

Field Value

string

Platform

Capability name used for the browser platform.

public static readonly string Platform

Field Value

string

Proxy

Capability name used for the browser proxy.

public static readonly string Proxy

Field Value

string

Rotatable

Capability name used to indicate whether the browser supports rotation.

public static readonly string Rotatable

Field Value

string

SupportsFindingByCss

Capability name used to indicate whether the browser can find elements via CSS selectors.

public static readonly string SupportsFindingByCss

Field Value

string

TakesScreenshot

Capability name used to indicate whether the browser can take screenshots.

public static readonly string TakesScreenshot

Field Value

string

UnexpectedAlertBehavior

Capability name used to indicate how the browser handles unexpected alerts.

public static readonly string UnexpectedAlertBehavior

Field Value

string

Version

Capability name used for the browser version.

public static readonly string Version

Field Value

string