Skip to content

Instantly share code, notes, and snippets.

@azolotko
Last active December 11, 2015 10:08
Show Gist options
  • Save azolotko/4584423 to your computer and use it in GitHub Desktop.
Save azolotko/4584423 to your computer and use it in GitHub Desktop.
Add clj-webdriver and phantomjsdriver to the project.clj
(defproject awesomeness "0.1.0-SNAPSHOT"
; ...
:jvm-opts ["-Dphantomjs.binary.path=./phantomjs-1.9.1-linux-x86_64/bin/phantomjs"]
:dependencies [[org.clojure/clojure "1.5.1"]
[clj-webdriver/clj-webdriver "0.6.0"]
[com.github.detro.ghostdriver/phantomjsdriver "1.0.3"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment