Jar examples for p:phantomjsdriver
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.
The BSD 2-Clause License
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'
Click the following link to download the jar file.
phantomjsdriver-1.1.0-javadoc.jar