The CapabilityType type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
![]() ![]() | AcceptSslCertificates |
Capability name used to indicate whether the browser accepts SSL certificates.
|
![]() ![]() | BrowserName |
Capability name used for the browser name.
|
![]() ![]() | HandlesAlerts |
Capability name used to indicate whether the browser can handle alerts.
|
![]() ![]() | HasNativeEvents |
Capability name used to indicate whether the browser uses native events.
|
![]() ![]() | IsJavaScriptEnabled |
Capability name used to indicate whether JavaScript is enabled for the browser.
|
![]() ![]() | Platform |
Capability name used for the browser platform.
|
![]() ![]() | Proxy |
Capability name used for the browser proxy.
|
![]() ![]() | Rotatable |
Capability name used to indicate whether the browser supports rotation.
|
![]() ![]() | SupportsFindingByCss |
Capability name used to indicate whether the browser can find elements via CSS selectors.
|
![]() ![]() | TakesScreenshot |
Capability name used to indicate whether the browser can take screenshots.
|
![]() ![]() | UnexpectedAlertBehavior |
Capability name used to indicate how the browser handles unexpected alerts.
|
![]() ![]() | Version |
Capability name used for the browser version.
|
See Also