CommandProcessor commandProcessor = new HttpCommandProcessor(serverHost, serverPort,
browser.inSeleniumRepresentation(), contextPathURL.toString());
interceptionProxy = new CommandInterceptorProxyImpl(commandProcessor);
selenium = new ExtendedSelenium(interceptionProxy.getCommandProcessorProxy());
pageExtensions = new PageExtensionsImpl();
seleniumExtensions = new SeleniumExtensionsImpl();
requestInterceptor = new RequestGuardImpl();
}