File tree Expand file tree Collapse file tree
java/src/org/openqa/selenium/remote Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments