Skip to content

Commit c0b402e

Browse files
committed
Removing outdated (unused) command constants
1 parent a42ac27 commit c0b402e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public interface DriverCommand {
3838
String REFRESH = "refresh";
3939

4040
String ADD_COOKIE = "addCookie";
41-
String GET_COOKIE = "getCookie";
4241
String GET_ALL_COOKIES = "getCookies";
4342
String DELETE_COOKIE = "deleteCookie";
4443
String DELETE_ALL_COOKIES = "deleteAllCookies";
@@ -50,7 +49,6 @@ public interface DriverCommand {
5049

5150
String CLEAR_ELEMENT = "clearElement";
5251
String CLICK_ELEMENT = "clickElement";
53-
String HOVER_OVER_ELEMENT = "hoverOverElement";
5452
String SEND_KEYS_TO_ELEMENT = "sendKeysToElement";
5553
String SEND_KEYS_TO_ACTIVE_ELEMENT = "sendKeysToActiveElement";
5654
String SUBMIT_ELEMENT = "submitElement";
@@ -76,9 +74,7 @@ public interface DriverCommand {
7674
String EXECUTE_ASYNC_SCRIPT = "executeAsyncScript";
7775

7876
String GET_ELEMENT_TEXT = "getElementText";
79-
String GET_ELEMENT_VALUE = "getElementValue";
8077
String GET_ELEMENT_TAG_NAME = "getElementTagName";
81-
String DRAG_ELEMENT = "dragElement";
8278
String IS_ELEMENT_SELECTED = "isElementSelected";
8379
String IS_ELEMENT_ENABLED = "isElementEnabled";
8480
String IS_ELEMENT_DISPLAYED = "isElementDisplayed";
@@ -91,7 +87,6 @@ public interface DriverCommand {
9187

9288
String SCREENSHOT = "screenshot";
9389

94-
String GET_ALERT = "getAlert";
9590
String ACCEPT_ALERT = "acceptAlert";
9691
String DISMISS_ALERT = "dismissAlert";
9792
String GET_ALERT_TEXT = "getAlertText";
@@ -134,7 +129,6 @@ public interface DriverCommand {
134129
String MOUSE_DOWN = "mouseButtonDown";
135130
String MOUSE_UP = "mouseButtonUp";
136131
String MOVE_TO = "mouseMoveTo";
137-
String SEND_KEYS_TO_SESSION = "sendKeys";
138132

139133
// Those allow interactions with the Input Methods installed on
140134
// the system.

0 commit comments

Comments
 (0)