You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BROWSER.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For example, to run tests with Safari, you'd execute:
30
30
# or more concisely
31
31
BROWSER=safari mvn install
32
32
33
-
See `FallbackConfig.java` for how the browser is selected.
33
+
See `Config.java` for how the browser is selected.
34
34
35
35
Please note selenium library is sensitive to versions of browser used so it is better to stick with recent stable versions of mainstream web browsers. For more information about Selenium supported platforms visit [this page](http://www.seleniumhq.org/about/platforms.jsp).
0 commit comments