Skip to content

Commit ad2e276

Browse files
committed
[java] Removing deprecation for STRICT_FILE_INTERACTABILITY
This is a valid W3C Capability [skip ci]
1 parent 8e7983f commit ad2e276

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ public interface CapabilityType {
112112
*/
113113
@Deprecated
114114
String OVERLAPPING_CHECK_DISABLED = "overlappingCheckDisabled";
115-
/**
116-
* @deprecated Non W3C compliant
117-
*/
118-
@Deprecated
119-
String STRICT_FILE_INTERACTABILITY = "strictFileInteractability";
120115

121116
/**
122117
* @deprecated Non W3C compliant
@@ -139,6 +134,7 @@ public interface CapabilityType {
139134
String PROXY = "proxy";
140135
String SET_WINDOW_RECT = "setWindowRect";
141136
String TIMEOUTS = "timeouts";
137+
String STRICT_FILE_INTERACTABILITY = "strictFileInteractability";
142138
String UNHANDLED_PROMPT_BEHAVIOUR = "unhandledPromptBehavior";
143139

144140

0 commit comments

Comments
 (0)