| Capabilities Class |
Namespace: Selenium
Dim instance As Capabilities
The Capabilities type exposes the following members.
| Name | Description | |
|---|---|---|
| Capabilities | Initializes a new instance of the Capabilities class |
| Name | Description | |
|---|---|---|
| Add |
Adds a new value to the dictionary
(Inherited from Dictionary.) | |
| Clear |
Clears the dictionary
(Inherited from Dictionary.) | |
| ContainsKey |
Returns true if the key is present, false otherwise.
(Inherited from Dictionary.) | |
| Get |
Returns the value associated with the specified key or the default value if the key doesn't exist.
(Inherited from Dictionary.) | |
| GetEnumerator |
Return the dictionary enumerator
(Inherited from Dictionary.) | |
| Remove |
Removes the value for the given key.
(Inherited from Dictionary.) | |
| Set |
Sets the value for the given key. The key is created if missing.
(Inherited from Dictionary.) | |
| ToExcel |
Writes the values in an Excel sheet.
(Inherited from Dictionary.) |
| Name | Description | |
|---|---|---|
| AcceptUntrustedCertificates |
Accept untrusted certificates
| |
| BrowserName |
Browser name
| |
| BrowserVersion |
Browser version
| |
| Count |
Returns the number of items
(Inherited from Dictionary.) | |
| EnableNativeEvents |
Gets or sets a value indicating whether native events are enabled (Firefox only).
| |
| Item | ||
| Items |
Items
(Inherited from Dictionary.) | |
| Keys |
Returms an array containing the keys
(Inherited from Dictionary.) | |
| Platform |
Platform name
| |
| UnexpectedAlertBehaviour |
Unexpected alert behaviour
| |
| Values |
Returms an array containing the values
(Inherited from Dictionary.) |