File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
java/src/org/openqa/selenium/edge Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
// under the License.
17
17
package org .openqa .selenium .edge ;
18
18
19
+ import static org .openqa .selenium .remote .Browser .EDGE ;
20
+
19
21
import org .openqa .selenium .Capabilities ;
20
22
import org .openqa .selenium .chromium .ChromiumOptions ;
21
23
import org .openqa .selenium .remote .CapabilityType ;
22
24
23
- import static org .openqa .selenium .remote .Browser .EDGE ;
24
-
25
25
/**
26
26
* Class to manage options specific to {@link EdgeDriver}.
27
27
*
@@ -45,6 +45,8 @@ public class EdgeOptions extends ChromiumOptions<EdgeOptions> {
45
45
46
46
/**
47
47
* Key used to indicate whether to use an Edge Chromium or Edge Legacy driver.
48
+ *
49
+ * @deprecated This will be removed as Chromium based Edge is the only supported one.
48
50
*/
49
51
public static final String USE_CHROMIUM = "ms:edgeChromium" ;
50
52
You can’t perform that action at this time.
0 commit comments