Storage Class
Storage object
Inheritance Hierarchy
SystemObject
  SeleniumStorage

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Storage

The Storage type exposes the following members.

Methods
  NameDescription
Public methodClear
Clear the storage.
Public methodCount
Get the number of items in the storage.
Public methodKeys
Get all keys of the storage.
Public methodRemove
Remove the storage item for the given key.
Public methodSet
Sets the storage item
Top
Properties
  NameDescription
Public propertyItem
Get or set the storage item for the given key.
Top
See Also