StorageSet Method
Sets the storage item

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim 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