Skip to content

Instantly share code, notes, and snippets.

@ryoakg
Created December 28, 2019 08:33
Show Gist options
  • Save ryoakg/026ed6b7c1fd95d468bfe94f86ac8457 to your computer and use it in GitHub Desktop.
Save ryoakg/026ed6b7c1fd95d468bfe94f86ac8457 to your computer and use it in GitHub Desktop.
(boot.core/set-env! :dependencies '[[io.github.bonigarcia/webdrivermanager "3.7.1"]
;; https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager
])
(System/getProperty "webdriver.chrome.driver")
;; => "/bin/chromedriver"
(.setup (io.github.bonigarcia.wdm.WebDriverManager/chromedriver))
(System/getProperty "webdriver.chrome.driver")
;; => "/home/a/.m2/repository/webdriver/chromedriver/linux64/79.0.3945.36/chromedriver"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment