WebDriverCacheStatus Method
Get the status of the html5 application cache.

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

returnValue = instance.CacheStatus()

Return Value

Type: CacheState
{number} Status code for application cache: {UNCACHED = 0, IDLE = 1, CHECKING = 2, DOWNLOADING = 3, UPDATE_READY = 4, OBSOLETE = 5}
See Also