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 8e7983f commit ad2e276Copy full SHA for ad2e276
java/src/org/openqa/selenium/remote/CapabilityType.java
@@ -112,11 +112,6 @@ public interface CapabilityType {
112
*/
113
@Deprecated
114
String OVERLAPPING_CHECK_DISABLED = "overlappingCheckDisabled";
115
- /**
116
- * @deprecated Non W3C compliant
117
- */
118
- @Deprecated
119
- String STRICT_FILE_INTERACTABILITY = "strictFileInteractability";
120
121
/**
122
* @deprecated Non W3C compliant
@@ -139,6 +134,7 @@ public interface CapabilityType {
139
134
String PROXY = "proxy";
140
135
String SET_WINDOW_RECT = "setWindowRect";
141
136
String TIMEOUTS = "timeouts";
137
+ String STRICT_FILE_INTERACTABILITY = "strictFileInteractability";
142
138
String UNHANDLED_PROMPT_BEHAVIOUR = "unhandledPromptBehavior";
143
144
0 commit comments