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 999470b commit 3cb0af8Copy full SHA for 3cb0af8
java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java
@@ -52,6 +52,8 @@ public class DefaultDriverSessions implements DriverSessions {
52
"org.openqa.selenium.firefox.FirefoxDriver"))
53
.add(new DefaultDriverProvider(DesiredCapabilities.internetExplorer(),
54
"org.openqa.selenium.ie.InternetExplorerDriver"))
55
+ .add(new DefaultDriverProvider(DesiredCapabilities.edge(),
56
+ "org.openqa.selenium.edge.EdgeDriver"))
57
.add(new DefaultDriverProvider(DesiredCapabilities.opera(),
58
"com.opera.core.systems.OperaDriver"))
59
.add(new DefaultDriverProvider(DesiredCapabilities.operaBlink(),
0 commit comments