Download simplelenium-2.1.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 2.1 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

simplelenium-2.1-javadoc.jar
simplelenium-2.1-sources.jar
simplelenium-2.1.jar
simplelenium-2.1.pom



Related Tutorials