selenium.webdriver.common.html5.application_cache

The ApplicationCache implementation.

Classes

ApplicationCache(driver) Creates a new Application Cache.
class selenium.webdriver.common.html5.application_cache.ApplicationCache(driver)[source]

Creates a new Application Cache.

Args:
  • driver: The WebDriver instance which performs user actions.
CHECKING = 2
DOWNLOADING = 3
IDLE = 1
OBSOLETE = 5
UNCACHED = 0
UPDATE_READY = 4
status

Returns a current status of application cache.