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.

UNCACHED = 0
IDLE = 1
CHECKING = 2
DOWNLOADING = 3
UPDATE_READY = 4
OBSOLETE = 5
property status

Returns a current status of application cache.