Skip to content

Tags: 0xGuybrush/ghostdriver

Tags

1.0.4

Releasing version 1.0.4

Bindings have also been uploaded to Maven Central.

1.0.3

Java Binding JAR 1.0.3 now ready.

Can be added to a Maven project with:

<dependency>
    <groupId>com.github.detro.ghostdriver</groupId>
    <artifactId>phantomjsdriver</artifactId>
    <version>1.0.3</version>
</dependency>

1.0.2

Bumping version to `1.0.2`.

Also, importing Selenium `2.28.0` in tests.

1.0.1

Fixing stupid typo.

Fixes #135.

1.0.0

Updating README and adding CHANGELOG file