@Override public AppCacheStatus getStatus() { return AppCacheStatus.getEnum((int) (long) ((JavascriptExecutor) this.getWrappedDriver()).executeScript("return applicationCache.status")); }
@Override public AppCacheStatus call() throws Exception { return Utils.getApplicationCache(getUnwrappedDriver()).getStatus(); }