C# 클래스 OpenQA.Selenium.Remote.CapabilityType

Provides types of capabilities for the DesiredCapabilities object.
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 프로퍼티들

프로퍼티 타입 설명
BrowserName string
HandlesAlerts string
IsJavaScriptEnabled string
Platform string
Proxy string
Rotatable string
SupportsFindingByCss string
TakesScreenshot string
Version string

프로퍼티 상세

BrowserName 공개적으로 정적으로 프로퍼티

Capability name used for the browser name.
public static string BrowserName
리턴 string

HandlesAlerts 공개적으로 정적으로 프로퍼티

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

IsJavaScriptEnabled 공개적으로 정적으로 프로퍼티

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

Platform 공개적으로 정적으로 프로퍼티

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

Proxy 공개적으로 정적으로 프로퍼티

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

Rotatable 공개적으로 정적으로 프로퍼티

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

SupportsFindingByCss 공개적으로 정적으로 프로퍼티

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

TakesScreenshot 공개적으로 정적으로 프로퍼티

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

Version 공개적으로 정적으로 프로퍼티

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