StorageCount Method
Get the number of items in the storage.

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

returnValue = instance.Count()

Return Value

Type: Int32
{number} The number of items in the storage.
See Also