Hi
i refered google and changed the code to use port even then the same
error occured.
package yy;
import com.thoughtworks.selenium.*;
import com.thoughtworks.selenium.DefaultSelenium;
import java.util.*;
public class ABC extends SeleneseTestCase {
public String testscrptnm;
GeneralUtils s;
public void LaunchBrowser() throws Exception {
final String sServerHost = "localhost";
final int iServerPort = 4545;
final String sBrowserType = "*iexplore";
final String sBaseUrl = "
http://ABC/tt/";
Selenium selenium = new DefaultSelenium(sServerHost,
iServerPort, sBrowserType, sBaseUrl);
selenium.start(); // Start Selenium.
selenium.setSpeed("5000");
}
Thank you
somi
On Jun 4, 9:26 pm, Moises Siles <
moises.si...@gmail.com> wrote:
> Could you post your java code?
>
> I think you have to specify the port, for example in my ruby code
>
> def setup
> @verification_errors = []
> @selenium = Selenium::Client::Driver.new \
> :host => "localhost",
> * :port => 4444,*
> >
selenium-user...@googlegroups.com<
selenium-users%2Bunsu...@googlegroups.com>
> > .