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 af42bc0 commit bb07a48Copy full SHA for bb07a48
java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java
@@ -167,7 +167,9 @@ private boolean isIgnoredDueToEnvironmentVariables(Description method) {
167
}
168
169
public void setBrowser(Browser browser) {
170
- this.browser = checkNotNull(browser, "Browser to use must be set");
+ this.browser = checkNotNull(
171
+ browser,
172
+ "Browser to use must be set. Do this by setting the 'selenium.browser' system property");
173
addIgnoresForBrowser(browser, ignoreComparator);
174
175
0 commit comments