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

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

simplelenium-1.32-javadoc.jar
simplelenium-1.32-sources.jar
simplelenium-1.32.jar
simplelenium-1.32.pom



Related Tutorials