Skip to content

Commit

Permalink
[java] Deprecating USE_CHROMIUM so we can remove it after 4.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Oct 12, 2021
1 parent dc555bb commit ed5dff7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions java/src/org/openqa/selenium/edge/EdgeOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
// under the License.
package org.openqa.selenium.edge;

import static org.openqa.selenium.remote.Browser.EDGE;

import org.openqa.selenium.Capabilities;
import org.openqa.selenium.chromium.ChromiumOptions;
import org.openqa.selenium.remote.CapabilityType;

import static org.openqa.selenium.remote.Browser.EDGE;

/**
* Class to manage options specific to {@link EdgeDriver}.
*
Expand All @@ -45,6 +45,8 @@ public class EdgeOptions extends ChromiumOptions<EdgeOptions> {

/**
* Key used to indicate whether to use an Edge Chromium or Edge Legacy driver.
*
* @deprecated This will be removed as Chromium based Edge is the only supported one.
*/
public static final String USE_CHROMIUM = "ms:edgeChromium";

Expand Down

0 comments on commit ed5dff7

Please sign in to comment.