License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.detro.ghostdriver |
ArtifactId | ArtifactIdphantomjsdriver |
Last Version | Last Version1.1.0 |
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 |
Filename | Size |
---|---|
phantomjsdriver-1.1.0.pom | |
phantomjsdriver-1.1.0.jar | 8 KB |
phantomjsdriver-1.1.0-sources.jar | 9 KB |
phantomjsdriver-1.1.0-javadoc.jar | 27 KB |
Browse |
<!-- 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"]
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 |