49505152535455
protected DefaultSelenium getSelenium() { return selenium; } protected DefaultSelenium createSeleniumClient() throws Exception { return new DefaultSelenium("localhost", 4444, "*firefox", "http://localhost:8080/"); }