Selenium 2 java client maven dependency

62 views
Skip to first unread message

No Nickname

unread,
Mar 23, 2011, 4:54:12 PM3/23/11
to Selenium Users
Hi,

I can't find the Selenium 2 java client maven dependency. Does anyone
know where it is? Its not available at
http://repo1.maven.org/maven2/org/seleniumhq/selenium/client-drivers/selenium-java-client-driver.

Thanks,
Paul Ng

Badrodoja

unread,
Mar 25, 2011, 10:23:49 AM3/25/11
to seleniu...@googlegroups.com, No Nickname
Hi,

You can use this dependancy, It works for me:
 <dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-control</artifactId>
<version>2.0b3</version>
    </dependency>    
    <dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>2.0b3</version>
    </dependency> 

This is for the last release (2.0b3), and if you want the 2.0b2 one, you have to replace it in the version.

Good luck,

2011/3/23 No Nickname <paul.p.ng@gmail.com>

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.


Luke Inman-Semerau

unread,
Mar 25, 2011, 5:26:38 PM3/25/11
to seleniu...@googlegroups.com
Paul,

I think what you're looking for is this:

<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-server</artifactId>
  <version>2.0b3</version>
</dependency>


Which in turn includes other dependencies (check the dependency graph)

-Luke


Reply all
Reply to author
Forward
0 new messages