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 413864b commit 413bcbcCopy full SHA for 413bcbc
java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java
@@ -61,6 +61,8 @@ public class DefaultDriverSessions implements DriverSessions {
61
"org.openqa.selenium.safari.SafariDriver"))
62
.add(new DefaultDriverProvider(DesiredCapabilities.phantomjs(),
63
"org.openqa.selenium.phantomjs.PhantomJSDriver"))
64
+ .add(new DefaultDriverProvider(DesiredCapabilities.htmlUnit(),
65
+ "org.openqa.selenium.htmlunit.HtmlUnitDriver"))
66
.build();
67
68
public DefaultDriverSessions() {
0 commit comments