Skip to content

Commit 80a5bcf

Browse files
committed
Remove deprecated app cache commands from DriverCommand interface
1 parent 733b956 commit 80a5bcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/src/org/openqa/selenium/remote/DriverCommand.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ public interface DriverCommand {
106106
String SET_SCRIPT_TIMEOUT = "setScriptTimeout";
107107
String GET_LOCATION = "getLocation";
108108
String SET_LOCATION = "setLocation";
109-
String GET_APP_CACHE = "getAppCache";
110-
String CLEAR_APP_CACHE = "clearAppCache";
111109
String GET_LOCAL_STORAGE_ITEM = "getLocalStorageItem";
112110
String GET_LOCAL_STORAGE_KEYS = "getLocalStorageKeys";
113111
String SET_LOCAL_STORAGE_ITEM = "setLocalStorageItem";

0 commit comments

Comments
 (0)