C# Class OpenQA.Selenium.Remote.CapabilityType

Provides types of capabilities for the DesiredCapabilities object.
Afficher le fichier Open project: asynchrony/Selenium2

Méthodes publiques

Свойство 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
Résultat string

HandlesAlerts public_oe static_oe property

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

IsJavaScriptEnabled public_oe static_oe property

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

Platform public_oe static_oe property

Capability name used for the browser platform.
public static string Platform
Résultat string

Proxy public_oe static_oe property

Capability name used for the browser proxy.
public static string Proxy
Résultat string

Rotatable public_oe static_oe property

Capability name used to indicate whether the browser supports rotation.
public static string Rotatable
Résultat 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
Résultat string

TakesScreenshot public_oe static_oe property

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

Version public_oe static_oe property

Capability name used for the browser version.
public static string Version
Résultat string