Firefox 32 and clj-webdriver dependencies.

44 views
Skip to first unread message

Charles-P. Clermont

unread,
Jun 12, 2015, 11:30:58 AM6/12/15
to clj-we...@googlegroups.com
I'm just posting this here because I had problems setting up clj-webdriver 0.6.1 with firefox version 32 (a major PITA) 

Here's what worked:

                     [clj-webdriver "0.6.1"
                       :exclusions  [org.seleniumhq.selenium/selenium-server
                                            org.seleniumhq.selenium/selenium-java
                                            org.seleniumhq.selenium/selenium-remote-driver]]
                      [org.seleniumhq.selenium/selenium-server "2.46.0"]

I had to remove java and remote driver because somehow it was *still* loading up 2.39.0 which does not work with FF 32.

I'm going to try with newer versions of FF and see how it goes. 

Charles-P. Clermont

unread,
Jun 12, 2015, 11:36:33 AM6/12/15
to clj-we...@googlegroups.com
Alright, I confirm, the above dependencies work with Firefox version 38. I'm going to assume that 32-38 would work, but I'll let that for others to test. 

semperos

unread,
Aug 11, 2015, 9:42:23 PM8/11/15
to clj-webdriver
Per activity in another thread in this group, I've released clj-webdriver version 0.7.1 that no longer specifies its own Selenium-WebDriver dependencies. You can try to pull it in, specify the Selenium-WebDriver JAR's you need for the browsers you test, and let us know if you have any problems.
Reply all
Reply to author
Forward
0 new messages