CommandProcessor cp = new HttpCommandProcessor("localhost",
RemoteControlConfiguration.DEFAULT_PORT, browserStartCommand, baseURL);
ErrorReporter errorReporter = new ErrorReporterImpl(cp, testContext);
selenium = new DefaultSelenium(new ErrorReportingCommandProcessor(cp, errorReporter));
selenium.start();
testContext.setAttribute(TapestryTestConstants.BASE_URL_ATTRIBUTE, baseURL);
testContext.setAttribute(TapestryTestConstants.SELENIUM_ATTRIBUTE, selenium);