Class CapabilityType
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
BrowserName
Capability name used for the browser name.
public static readonly string BrowserName
Field Value
HandlesAlerts
Capability name used to indicate whether the browser can handle alerts.
public static readonly string HandlesAlerts
Field Value
HasNativeEvents
Capability name used to indicate whether the browser uses native events.
public static readonly string HasNativeEvents
Field Value
IsJavaScriptEnabled
Capability name used to indicate whether JavaScript is enabled for the browser.
public static readonly string IsJavaScriptEnabled
Field Value
PageLoadStrategy
Capability name used to indicate the page load strategy for the browser.
public static readonly string PageLoadStrategy
Field Value
Platform
Capability name used for the browser platform.
public static readonly string Platform
Field Value
Proxy
Capability name used for the browser proxy.
public static readonly string Proxy
Field Value
Rotatable
Capability name used to indicate whether the browser supports rotation.
public static readonly string Rotatable
Field Value
SupportsFindingByCss
Capability name used to indicate whether the browser can find elements via CSS selectors.
public static readonly string SupportsFindingByCss
Field Value
TakesScreenshot
Capability name used to indicate whether the browser can take screenshots.
public static readonly string TakesScreenshot
Field Value
UnexpectedAlertBehavior
Capability name used to indicate how the browser handles unexpected alerts.
public static readonly string UnexpectedAlertBehavior
Field Value
Version
Capability name used for the browser version.
public static readonly string Version