Hi All,
Thanks to Haroon, we have upgraded selenium to 1.0.3.
Please use the following Maven dependencies.
<dependency>
<groupId>org.seleniumhq.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>${selenium-server-version}</version>
<!--classifier>standalone</classifier-->
<exclusions>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>${selenium-version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.gmaven.runtime</groupId>
<artifactId>gmaven-runtime-default</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium.core</groupId>
<artifactId>selenium-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
</exclusion>
</exclusions>
</dependency>
where the properties are defined as
<properties>
...
<selenium-version>1.0.3</selenium-version>
<selenium-server-version>1.0.3-te2-SNAPSHOT</selenium-server-version>
</properties>
http://code.google.com/p/aost/wiki/Tellurium070Update#Selenium_Upgrade
Or you can download the custom selenium server directly from our Maven repo:
http://maven.kungfuters.org/content/repositories/snapshots/org/seleniumhq/selenium/server/selenium-server/1.0.3-te2-SNAPSHOT/
Be aware that this upgrade discarded the changes we made for the Google
Chrome launcher because 1.0.3 may have fixed that issue.
Please report any problems regarding this upgrade and kindly let us know if
1.0.3 works for Mac and Google Chrome 4.0.
Thanks,
Tellurium Team
--
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.