Skip to content

Commit 91a1ab1

Browse files
committed
[java] Removing deprecated ForSeleniumServer caps
Deprecated since 4.2.0 [skip ci]
1 parent 4747fe7 commit 91a1ab1

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

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

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -139,37 +139,4 @@ public interface CapabilityType {
139139
String STRICT_FILE_INTERACTABILITY = "strictFileInteractability";
140140
String UNHANDLED_PROMPT_BEHAVIOUR = "unhandledPromptBehavior";
141141

142-
143-
/**
144-
* @deprecated Non W3C compliant
145-
*/
146-
@Deprecated
147-
interface ForSeleniumServer {
148-
149-
/**
150-
* @deprecated Non W3C compliant
151-
*/
152-
@Deprecated
153-
String AVOIDING_PROXY = "avoidProxy";
154-
/**
155-
* @deprecated Non W3C compliant
156-
*/
157-
@Deprecated
158-
String ONLY_PROXYING_SELENIUM_TRAFFIC = "onlyProxySeleniumTraffic";
159-
/**
160-
* @deprecated Non W3C compliant
161-
*/
162-
@Deprecated
163-
String PROXYING_EVERYTHING = "proxyEverything";
164-
/**
165-
* @deprecated Non W3C compliant
166-
*/
167-
@Deprecated
168-
String PROXY_PAC = "proxy_pac";
169-
/**
170-
* @deprecated Non W3C compliant
171-
*/
172-
@Deprecated
173-
String ENSURING_CLEAN_SESSION = "ensureCleanSession";
174-
}
175142
}

0 commit comments

Comments
 (0)