applicationCacheStatus

Get the status of the html5 application cache.

This command is depcrecated and will be removed soon. Make sure you don’t use it in your automation/test scripts anymore to avoid errors.

Usage

1
browser.applicationCacheStatus();

Returns

  • <Number>: Status code for application cache: {UNCACHED = 0, IDLE = 1, CHECKING = 2, DOWNLOADING = 3, UPDATE_READY = 4, OBSOLETE = 5}