public void startBrowser(String pstrBaseUrl, String pstrTimeoutInMilliseconds) throws Exception { browser = new DefaultSelenium("localhost", 4444, "*chrome", pstrBaseUrl); browser.start(); browser.setTimeout(pstrTimeoutInMilliseconds); }