License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.jesg |
ArtifactId | ArtifactIdphantomjsdriver |
Last Version | Last Version3.0.0-beta1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPhantomJSDriver
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 |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-remote-driver | jar | 3.0.0 |