Skip to content

Tags: hmarrao/ghostdriver

Tags

1.1.1

Toggle 1.1.1's commit message
Changing only the Driver (no need for the Java Bindings) to 1.1.1

1.1.0

Toggle 1.1.0's commit message
Updated CHANGELOG to mention upgraded Atoms in 1.1.0

1.0.4

Toggle 1.0.4's commit message
Releasing version 1.0.4

Bindings have also been uploaded to Maven Central.

1.0.3

Toggle 1.0.3's commit message
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

Toggle 1.0.2's commit message
Bumping version to `1.0.2`.

Also, importing Selenium `2.28.0` in tests.

1.0.1

Toggle 1.0.1's commit message
Fixing stupid typo.

Fixes #135.

1.0.0

Toggle 1.0.0's commit message
Updating README and adding CHANGELOG file