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 9717494 commit 2cb5727Copy full SHA for 2cb5727
java/client/test/org/openqa/selenium/testing/SeleniumTestRunner.java
@@ -39,7 +39,7 @@ public SeleniumTestRunner(Class<?> klass) throws InitializationError {
39
super(klass);
40
Browser browser = Browser.detect();
41
if (browser == null && DevMode.isInDevMode()) {
42
- browser = Browser.ff;
+ browser = Browser.chrome;
43
}
44
ignorance = new TestIgnorance(browser);
45
0 commit comments