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 ded3b2f commit a31d34eCopy full SHA for a31d34e
java/src/org/openqa/selenium/ie/InternetExplorerDriver.java
@@ -129,12 +129,6 @@ public class InternetExplorerDriver extends RemoteWebDriver {
129
*/
130
public static final String IE_USE_PER_PROCESS_PROXY = "ie.usePerProcessProxy";
131
132
- /**
133
- * @deprecated Use {@link #IE_USE_PER_PROCESS_PROXY} (the one without the typo);
134
- */
135
- @Deprecated
136
- public static final String IE_USE_PRE_PROCESS_PROXY = IE_USE_PER_PROCESS_PROXY;
137
-
138
/**
139
* Capability that defines used IE CLI switches when {@link #FORCE_CREATE_PROCESS} is enabled.
140
0 commit comments