Skip to content

Commit 835066e

Browse files
iampopovichdiemol
andauthored
[java] Remove deprecated AppCacheStatus enum from the HTML5 package (#15973)
* Remove deprecated AppCacheStatus enum from the HTML5 package * Remove deprecated app cache commands from DriverCommand interface --------- Co-authored-by: Diego Molina <[email protected]>
1 parent 3593e97 commit 835066e

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed

java/src/org/openqa/selenium/html5/AppCacheStatus.java

Lines changed: 0 additions & 67 deletions
This file was deleted.

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)