Example #1
0
 @Override
 public void launch(String[] args, Logger log) throws Exception {
   log.info("Launching a standalone Selenium Server");
   SeleniumServer.main(args);
   log.info("Selenium Server is up and running");
 }