C# Class OpenQA.Selenium.Remote.CapabilityType

Provides types of capabilities for the DesiredCapabilities object.
Show file Open project: asynchrony/Selenium2

Public Properties

Property Type Description
BrowserName string
HandlesAlerts string
IsJavaScriptEnabled string
Platform string
Proxy string
Rotatable string
SupportsFindingByCss string
TakesScreenshot string
Version string

Property Details

BrowserName public static property

Capability name used for the browser name.
public static string BrowserName
return string

HandlesAlerts public static property

Capability name used to indicate whether the browser can handle alerts.
public static string HandlesAlerts
return string

IsJavaScriptEnabled public static property

Capability name used to indicate whether JavaScript is enabled for the browser.
public static string IsJavaScriptEnabled
return string

Platform public static property

Capability name used for the browser platform.
public static string Platform
return string

Proxy public static property

Capability name used for the browser proxy.
public static string Proxy
return string

Rotatable public static property

Capability name used to indicate whether the browser supports rotation.
public static string Rotatable
return string

SupportsFindingByCss public static property

Capability name used to indicate whether the browser can find elements via CSS selectors.
public static string SupportsFindingByCss
return string

TakesScreenshot public static property

Capability name used to indicate whether the browser can take screenshots.
public static string TakesScreenshot
return string

Version public static property

Capability name used for the browser version.
public static string Version
return string