org.clojars.springify/webdriver-clj

This is a clojure wrapper for webdriver (http://code.google.com/p/selenium)

Leiningen/Boot

[org.clojars.springify/webdriver-clj "0.1.0"]

Clojure CLI/deps.edn

org.clojars.springify/webdriver-clj {:mvn/version "0.1.0"}

Gradle

implementation("org.clojars.springify:webdriver-clj:0.1.0")

Maven

<dependency>
  <groupId>org.clojars.springify</groupId>
  <artifactId>webdriver-clj</artifactId>
  <version>0.1.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.