Download phantomjsdriver-1.1.0.jar file - Jar p

Jar examples for p:phantomjsdriver

Description

PhantomJSDriver is a Java binding for the PhantomJS WebDriver, GhostDriver. The binding is developed within the GhostDriver project, and distributed through public Maven repository and Selenium official .zip package.

You can download jar file phantomjsdriver 1.1.0 in this page.

License

The BSD 2-Clause License

Build File

You can use the following script to add phantomjsdriver-1.1.0.jar to your project.

<dependency>
   <groupId>com.github.detro.ghostdriver</groupId>
   <artifactId>phantomjsdriver</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.github.detro.ghostdriver', name: 'phantomjsdriver', version: '1.1.0'
libraryDependencies += "com.github.detro.ghostdriver" % "phantomjsdriver" % "1.1.0"
<dependency org="com.github.detro.ghostdriver" name="phantomjsdriver" rev="1.1.0"/>
@Grapes(@Grab(group='com.github.detro.ghostdriver', module='phantomjsdriver', version='1.1.0'))
'com.github.detro.ghostdriver:phantomjsdriver:jar:1.1.0'

Download

Click the following link to download the jar file.

phantomjsdriver-1.1.0-javadoc.jar
phantomjsdriver-1.1.0-sources.jar
phantomjsdriver-1.1.0.jar
phantomjsdriver-1.1.0.pom



Related Tutorials