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.detro.ghostdriver
ArtifactId

ArtifactId

phantomjsdriver
Last Version

Last Version

1.1.0
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/detro/ghostdriver

Download phantomjsdriver

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 2.39.0
org.seleniumhq.selenium : selenium-remote-driver jar 2.39.0
org.seleniumhq.selenium : selenium-server jar 2.39.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.4
1.0.3-dev
1.0.3
1.0.1