Remove the storage item for the given key.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Storage
Dim key As String
instance.Remove(key)
Parameters
- key
- Type: SystemString
Key of the item
See Also