Capabilities Class
Driver capabilities
Inheritance Hierarchy
SystemObject
  SeleniumDictionary
    SeleniumCapabilities

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Capabilities

The Capabilities type exposes the following members.

Constructors
  NameDescription
Public methodCapabilities
Initializes a new instance of the Capabilities class
Top
Methods
  NameDescription
Public methodAdd
Adds a new value to the dictionary
(Inherited from Dictionary.)
Public methodClear
Clears the dictionary
(Inherited from Dictionary.)
Public methodContainsKey
Returns true if the key is present, false otherwise.
(Inherited from Dictionary.)
Public methodGet
Returns the value associated with the specified key or the default value if the key doesn't exist.
(Inherited from Dictionary.)
Public methodGetEnumerator
Return the dictionary enumerator
(Inherited from Dictionary.)
Public methodRemove
Removes the value for the given key.
(Inherited from Dictionary.)
Public methodSet
Sets the value for the given key. The key is created if missing.
(Inherited from Dictionary.)
Public methodToExcel
Writes the values in an Excel sheet.
(Inherited from Dictionary.)
Top
Properties
  NameDescription
Public propertyAcceptUntrustedCertificates
Accept untrusted certificates
Public propertyBrowserName
Browser name
Public propertyBrowserVersion
Browser version
Public propertyCount
Returns the number of items
(Inherited from Dictionary.)
Public propertyEnableNativeEvents
Gets or sets a value indicating whether native events are enabled (Firefox only).
Public propertyItem
Public propertyItems
Items
(Inherited from Dictionary.)
Public propertyKeys
Returms an array containing the keys
(Inherited from Dictionary.)
Public propertyPlatform
Platform name
Public propertyUnexpectedAlertBehaviour
Unexpected alert behaviour
Public propertyValues
Returms an array containing the values
(Inherited from Dictionary.)
Top
See Also