DictionaryItem Property
Returns the value for the key

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

value = instance(key)

instance(key) = value

Parameters

key
Type: SystemString
Key

Return Value

Type: Object
See Also