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 fe16c11 commit e59cfb3Copy full SHA for e59cfb3
java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java
@@ -205,7 +205,7 @@ public boolean boot() {
205
}
206
207
208
- LOG.info("Starting Selenium for Workgroups....");
+ LOG.info("Welcome to Selenium for Workgroups....");
209
LOG.info(String.format("Selenium Server is up and running on port %s", configuration.port));
210
return true;
211
0 commit comments