File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dotnet/src/webdriver/Edge
java/client/src/org/openqa/selenium/edge Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public EdgeOptions() : this(true)
70
70
/// Create an EdgeOption for ChromiumEdge
71
71
/// </summary>
72
72
/// <param name="isLegacy">Whether to use Legacy Mode. If so, remove all Chromium Capabilities</param>
73
- public EdgeOptions ( bool isLegacy ) : base ( BrowserNameValue )
73
+ public EdgeOptions ( bool isLegacy ) : base ( BrowserNameValue , "ms:edgeOptions" )
74
74
{
75
75
this . isLegacy = isLegacy ;
76
76
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class EdgeOptions extends ChromiumOptions<EdgeOptions> {
46
46
* Key used to store a set of ChromeOptions in a {@link Capabilities}
47
47
* object.
48
48
*/
49
- public static final String CAPABILITY = "goog:chromeOptions " ;
49
+ public static final String CAPABILITY = "ms:edgeOptions " ;
50
50
51
51
public EdgeOptions () {
52
52
super (CapabilityType .BROWSER_NAME , BrowserType .EDGE , CAPABILITY );
You can’t perform that action at this time.
0 commit comments