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.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.jesg
ArtifactId

ArtifactId

phantomjsdriver
Last Version

Last Version

3.0.0-beta1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/jesg/ghostdriver
Source Code Management

Source Code Management

https://github.com/jesg/ghostdriver

Download phantomjsdriver

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jesg/phantomjsdriver/ -->
<dependency>
    <groupId>com.github.jesg</groupId>
    <artifactId>phantomjsdriver</artifactId>
    <version>3.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jesg/phantomjsdriver/
implementation 'com.github.jesg:phantomjsdriver:3.0.0-beta1'
// https://jarcasting.com/artifacts/com.github.jesg/phantomjsdriver/
implementation ("com.github.jesg:phantomjsdriver:3.0.0-beta1")
'com.github.jesg:phantomjsdriver:jar:3.0.0-beta1'
<dependency org="com.github.jesg" name="phantomjsdriver" rev="3.0.0-beta1">
  <artifact name="phantomjsdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jesg', module='phantomjsdriver', version='3.0.0-beta1')
)
libraryDependencies += "com.github.jesg" % "phantomjsdriver" % "3.0.0-beta1"
[com.github.jesg/phantomjsdriver "3.0.0-beta1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-remote-driver jar 3.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0-beta1
2.0.0