Package org.openqa.selenium.remote.html5
Class RemoteApplicationCache
- java.lang.Object
-
- org.openqa.selenium.remote.html5.RemoteApplicationCache
-
- All Implemented Interfaces:
org.openqa.selenium.html5.ApplicationCache
public class RemoteApplicationCache extends java.lang.Object implements org.openqa.selenium.html5.ApplicationCache
Provides remote access to theApplicationCache
API.
-
-
Constructor Summary
Constructors Constructor Description RemoteApplicationCache(ExecuteMethod executeMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.html5.AppCacheStatus
getStatus()
-
-
-
Constructor Detail
-
RemoteApplicationCache
public RemoteApplicationCache(ExecuteMethod executeMethod)
-
-