93949596979899100101102103
try { SeleniumServer server = new SeleniumServer(rcc); server.start(); seleniumServer.set(server); afterStart.fire(new SeleniumServerStarted()); } catch (Exception e) { throw new RuntimeException("Unable to start Selenium Server", e); }