try {
initServer();
// TODO(corysmith): Move this to the constructor when we are injecting
// everything.
timer = new Timer(true);
timer.schedule(new BrowserReaper(capturedBrowsers), browserTimeout, browserTimeout);
server.start();
logger.info("Started the JsTD server on {} with execution type {}", port, executionType);
} catch (Exception e) {
throw new RuntimeException(e);