Skip to content

Commit ed5dff7

Browse files
committed
[java] Deprecating USE_CHROMIUM so we can remove it after 4.0
[skip ci]
1 parent dc555bb commit ed5dff7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

java/src/org/openqa/selenium/edge/EdgeOptions.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
// under the License.
1717
package org.openqa.selenium.edge;
1818

19+
import static org.openqa.selenium.remote.Browser.EDGE;
20+
1921
import org.openqa.selenium.Capabilities;
2022
import org.openqa.selenium.chromium.ChromiumOptions;
2123
import org.openqa.selenium.remote.CapabilityType;
2224

23-
import static org.openqa.selenium.remote.Browser.EDGE;
24-
2525
/**
2626
* Class to manage options specific to {@link EdgeDriver}.
2727
*
@@ -45,6 +45,8 @@ public class EdgeOptions extends ChromiumOptions<EdgeOptions> {
4545

4646
/**
4747
* 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.
4850
*/
4951
public static final String USE_CHROMIUM = "ms:edgeChromium";
5052

0 commit comments

Comments
 (0)