1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Add Selenium wiki link to the README.

This commit is contained in:
Jari Bakken 2011-01-07 16:44:21 +01:00
parent f06e1cb718
commit 6a1a109e7f

View file

@ -483,6 +483,9 @@ Whatever is returned from the block should conform to the API described by
Capybara::Driver::Base, it does not however have to inherit from this class.
Gems can use this API to add their own drivers to Capybara.
The {Selenium wiki}[http://code.google.com/p/selenium/wiki/RubyBindings] has
additional info about how the underlying driver can be configured.
== Gotchas:
* Access to session and request is not possible from the test, Access to