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:
parent
f06e1cb718
commit
6a1a109e7f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue