Hi,
As part of running the Ten Minutes to Tellurium project, I found that
the pom.xml (http://aost.googlecode.com/svn/branches/ten-minutes-to-
tellurium/pom.xml) required to be updated to work with Mozilla Firefox
3.6.
Here are the changes I had to make:
Change this :
<dependency>
<groupId>org.seleniumhq.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>1.0-te-2</version>
<!--classifier>standalone</classifier-->
</dependency>
To this :
<dependency>
<groupId>org.seleniumhq.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>1.0.1-te3</version>
<!--classifier>standalone</classifier-->
</dependency>
Hope this is of help.
Thanks for the excellent work on Tellurium.
Regards,
Arun
--
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.