Why you use IP "192.168.1.60", is that your local IP or a remote IP?
For embedded selenium server, you should use "localhost" and if you use remote selenium server, please read the following FAQ. http://code.google.com/p/aost/wiki/UserGuide070AppendixB#How_to_run_Selenium_server_remotely_in_Tellurium On Sat, May 22, 2010 at 12:39 AM, apal apal <[email protected]> wrote: > actrually I've changed both and met that error :-( > > connector{ > //selenium server host > //please change the host if you run the Selenium server > remotely > // serverHost = "localhost" > serverHost = "192.168.1.60" > //server port number the client needs to connect > port = "4445" > //base URL > baseUrl = "http://localhost:8080" > //Browser setting, valid options are > // *firefox [absolute path] > // *iexplore [absolute path] > // *chrome > // *iehta > browser = "*iehta" > //user's class to hold custom selenium methods associated with > user-extensions.js > //should in full class name, for instance, > "org.telluriumsource.test.MyCommand" > customClass = "" > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
