selenium.webdriver.common.html5.application_cache
The ApplicationCache implementaion.
-
class selenium.webdriver.common.html5.application_cache.ApplicationCache(driver)[source]
Creates a new Aplication Cache.
Args : |
- driver: The WebDriver instance which performs user actions.
|
-
CHECKING = 2
-
DOWNLOADING = 3
-
IDLE = 1
-
OBSOLETE = 5
-
UNCACHED = 0
-
UPDATE_READY = 4
-
status[source]
Returns a current status of application cache.