Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Temporarily remove Opera support, Maven dependency issues are prevent…
Browse files Browse the repository at this point in the history
…ing us from upgrading the core selenium-server dependency
  • Loading branch information
semperos committed May 2, 2012
1 parent 69ec895 commit 8549a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clj_webdriver/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[org.openqa.selenium.firefox FirefoxDriver]
[org.openqa.selenium.ie InternetExplorerDriver]
[org.openqa.selenium.chrome ChromeDriver]
[com.opera.core.systems OperaDriver]
;; [com.opera.core.systems OperaDriver]
[org.openqa.selenium.htmlunit HtmlUnitDriver]
[org.openqa.selenium.support.ui Select]
[org.openqa.selenium.interactions Actions CompositeAction]
Expand Down Expand Up @@ -170,7 +170,7 @@
{:firefox FirefoxDriver
:ie InternetExplorerDriver
:chrome ChromeDriver
:opera OperaDriver
;; :opera OperaDriver
:htmlunit HtmlUnitDriver})

(defn new-webdriver*
Expand Down

0 comments on commit 8549a70

Please sign in to comment.