WebDriverCacheStatus メソッド
HTML5 アプリケーションキャッシュの状態を取得します。

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebDriver
Dim returnValue As CacheState

returnValue = instance.CacheStatus()

戻り値

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