Help for this page

Select Code to Download


  1. or download this
    
            public void startBrowser(String pstrBaseUrl, String pstrTimeou
    +tInMilliseconds) throws Exception
    ...
            browser.start();
            browser.setTimeout(pstrTimeoutInMilliseconds);
            }
    
  2. or download this
        RemoteControlConfiguration rcc = new RemoteControlConfiguration();
        rcc.reuseBrowserSessions();
        SeleniumServer ss = new SeleniumServer(rcc);
        ss.start();