WebDriverSetCapability Method
Set a specific capability for the webdriver

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebDriver
Dim key As String
Dim value As Object

instance.SetCapability(key, value)

Parameters

key
Type: SystemString
Capability key
value
Type: SystemObject
Capability value
See Also