Download selenium-help-0.30.jar file - Jar s

Jar examples for s:selenium-help

Description

Library that helps you use Selenium WebDriver in Java

You can download jar file selenium-help 0.30 in this page.

License

MIT License

Build File

You can use the following script to add selenium-help-0.30.jar to your project.

<dependency>
   <groupId>com.github.mike10004</groupId>
   <artifactId>selenium-help</artifactId>
   <version>0.30</version>
</dependency>
compile group: 'com.github.mike10004', name: 'selenium-help', version: '0.30'
libraryDependencies += "com.github.mike10004" % "selenium-help" % "0.30"
<dependency org="com.github.mike10004" name="selenium-help" rev="0.30"/>
@Grapes(@Grab(group='com.github.mike10004', module='selenium-help', version='0.30'))
'com.github.mike10004:selenium-help:jar:0.30'

Download

Click the following link to download the jar file.

selenium-help-0.30-javadoc.jar
selenium-help-0.30-sources.jar
selenium-help-0.30.jar
selenium-help-0.30.pom



Related Tutorials