C# Class OpenQA.Selenium.Remote.CapabilityType

Provides types of capabilities for the DesiredCapabilities object.
Mostra 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_oe static_oe property

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

HandlesAlerts public_oe static_oe property

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

IsJavaScriptEnabled public_oe static_oe property

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

Platform public_oe static_oe property

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

Proxy public_oe static_oe property

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

Rotatable public_oe static_oe property

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

SupportsFindingByCss public_oe static_oe property

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

TakesScreenshot public_oe static_oe property

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

Version public_oe static_oe property

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