Returns the value associated with the specified key or the default value if the key doesn't exist.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Dictionary
Dim key As String
Dim defaultValue As Object
Dim returnValue As Object
returnValue = instance.Get(key, defaultValue)
Parameters
- key
- Type: SystemString
- defaultValue
- Type: SystemObject
Return Value
Type:
Object
See Also