// TODO(corysmith): move this to the normal guice injection scope.
capturedBrowsers.deleteObserver(this);
capturedBrowsers.addObserver(this);
server = Guice.createInjector(
new JettyModule(port, sslPort, handlerPrefix),
new JstdHandlersModule(capturedBrowsers,
testCaseStore,
browserTimeout,
handlerPrefix,
schemes,
executionType,