Skip to content

Commit

Permalink
Bump to version 0.2.2, add :index functionality in certain places, xp…
Browse files Browse the repository at this point in the history
…ath fn for getting XPath of a WebElement, and new table-handling fn that allows getting a table cell based on row and column number
semperos committed Apr 7, 2011
1 parent 930e8fd commit 1d410b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-webdriver "0.2.1"
(defproject clj-webdriver "0.2.2"
:description "Clojure wrapper around Selenium-WebDriver library"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.seleniumhq.selenium/selenium-server "2.0b3"]]

0 comments on commit 1d410b2

Please sign in to comment.