We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3593e97 commit 835066eCopy full SHA for 835066e
java/src/org/openqa/selenium/html5/AppCacheStatus.java
java/src/org/openqa/selenium/remote/DriverCommand.java
@@ -106,8 +106,6 @@ public interface DriverCommand {
106
String SET_SCRIPT_TIMEOUT = "setScriptTimeout";
107
String GET_LOCATION = "getLocation";
108
String SET_LOCATION = "setLocation";
109
- String GET_APP_CACHE = "getAppCache";
110
- String CLEAR_APP_CACHE = "clearAppCache";
111
String GET_LOCAL_STORAGE_ITEM = "getLocalStorageItem";
112
String GET_LOCAL_STORAGE_KEYS = "getLocalStorageKeys";
113
String SET_LOCAL_STORAGE_ITEM = "setLocalStorageItem";
0 commit comments