Sets the storage item
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Storage
Dim key As String
Dim value As String
instance.Set(key, value)
Parameters
- key
- Type: SystemString
Key - value
- Type: SystemString
Value
See Also