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].
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en.

Reply via email to