Java 类org.openqa.selenium.remote.html5.RemoteApplicationCache 实例源码

项目:grid-refactor-remote-server    文件:Utils.java   
static ApplicationCache getApplicationCache(WebDriver driver) {
  return convert(driver, ApplicationCache.class, CapabilityType.SUPPORTS_APPLICATION_CACHE,
                 RemoteApplicationCache.class);
}