Sets the value for the given key. The key is created if missing.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Dictionary
Dim key As String
Dim value As Object
instance.Set(key, value)
Parameters
- key
- Type: SystemString
- value
- Type: SystemObject
See Also