Hi Rajagopal,
You can run the Tellurium tests against any browser of your choice.

Please look for the TelluriumConfig.groovy on your machine and change the
following browser value to be the browser of your choice.

//the configuration for the connector that connects the selenium client to
the selenium server
connector{
//selenium server host
//please change the host if you run the Selenium server remotely
serverHost = "localhost"
//server port number the client needs to connect
port = "4444"
//base URL
baseUrl = "http://localhost:8080";
//Browser setting, valid options are
// *firefox [absolute path]
// *iexplore [absolute path]
// *chrome
// *iehta
browser = "*chrome"
} I hope this helps. Thanks Haroon
2009/2/17 rajagopalcs <[email protected]>

>
> Hi all,
>
> I'm just started learning to use tellurium for our web based
> application .This tool is amazing except for the fact that this will
> run only on FF browsers very well as far as i studied . Could any one
> let me know in setting up this tool over the browsers. Just give me
> some basic steps to make this work which would be a great help for
> me.
>
> Thanks in advance
>
> Rajagopal
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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