919293949596979899100
sysEnv.modifyEnvBy(configuration); server.start(); sysEnv.restore(); seleniumServer.set(server); afterStart.fire(new SeleniumServerStarted()); } catch (Exception e) { throw new RuntimeException("Unable to start Selenium Server", e); } }
sysEnv.modifyEnvBy(configuration); server.boot(); sysEnv.restore(); seleniumServer.set(server); afterStart.fire(new SeleniumServerStarted()); } catch (Exception e) { throw new RuntimeException("Unable to start Selenium Server", e); } }