// legacy methods: Going through the RC server.
String selBrowserIdentifierString = "*" + Config.BROWSER;
selenium = new DefaultSelenium("localhost", 4444,
selBrowserIdentifierString, Config.TEAMMATES_URL);
CommandExecutor executor = new SeleneseCommandExecutor(selenium);
DesiredCapabilities dc = new DesiredCapabilities();
driver = new RemoteWebDriver(executor, dc);
}