Download simplelenium-1.30.jar file - Jar s

Jar examples for s:simplelenium

Description

A simple and robust layer on top of Selenium and PhantomJS.

You can download jar file simplelenium 1.30 in this page.

License

Apache 2

Build File

You can use the following script to add simplelenium-1.30.jar to your project.

<dependency>
   <groupId>net.code-story</groupId>
   <artifactId>simplelenium</artifactId>
   <version>1.30</version>
</dependency>
compile group: 'net.code-story', name: 'simplelenium', version: '1.30'
libraryDependencies += "net.code-story" % "simplelenium" % "1.30"
<dependency org="net.code-story" name="simplelenium" rev="1.30"/>
@Grapes(@Grab(group='net.code-story', module='simplelenium', version='1.30'))
'net.code-story:simplelenium:jar:1.30'

Download

Click the following link to download the jar file.

simplelenium-1.30-javadoc.jar
simplelenium-1.30-sources.jar
simplelenium-1.30.jar
simplelenium-1.30.pom



Related Tutorials