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

Commit

Permalink
Add link to official CSS syntax by W3C
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Feb 2, 2012
1 parent c1466ac commit a4251c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -10,10 +10,11 @@ This is a Clojure library for driving a web browser using Selenium-WebDriver as
* [Google Group](https://groups.google.com/forum/#!forum/clj-webdriver)
* [Issue Queue](https://github.com/semperos/clj-webdriver/issues)

**Selenium-WebDriver Resources**
**External Resources**

* [API Javadoc](http://selenium.googlecode.com/svn/trunk/docs/api/java/index.html)
* [Changelog](http://code.google.com/p/selenium/source/browse/trunk/java/CHANGELOG)
* [Selenium-WebDriver API Javadoc](http://selenium.googlecode.com/svn/trunk/docs/api/java/index.html)
* [Selenium-WebDriver Changelog](http://code.google.com/p/selenium/source/browse/trunk/java/CHANGELOG)
* [CSS Selector Syntax](http://www.w3.org/TR/css3-selectors/#selectors)

**Please join the Google group if you use this library.** I regularly post announcements about upcoming releases, and although I ensure all tests are passing and try to maintain good test coverage before releases, user testing is invaluable. Thank you!

Expand Down

0 comments on commit a4251c7

Please sign in to comment.