DictionarySet Method
Sets the value for the given key. The key is created if missing.

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

instance.Set(key, value)

Parameters

key
Type: SystemString
value
Type: SystemObject
See Also