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

Update ToC

This commit is contained in:
Anton Rieder 2019-05-19 15:34:58 +02:00
parent 94f7f8881a
commit ee3070773b
No known key found for this signature in database
GPG key ID: ACB96B9DEE657B2D

View file

@ -39,8 +39,6 @@ GitHub): http://groups.google.com/group/ruby-capybara
- [RackTest](#racktest)
- [Selenium](#selenium)
- [Apparition](#apparition)
- [Capybara-webkit](#capybara-webkit)
- [Poltergeist](#poltergeist)
- [The DSL](#the-dsl)
- [Navigating](#navigating)
- [Clicking links and buttons](#clicking-links-and-buttons)
@ -60,11 +58,13 @@ GitHub): http://groups.google.com/group/ruby-capybara
- [Using the DSL elsewhere](#using-the-dsl-elsewhere)
- [Calling remote servers](#calling-remote-servers)
- [Using sessions](#using-sessions)
- [Named sessions](#named-sessions)
- [Using sessions manually](#using-sessions-manually)
- [XPath, CSS and selectors](#xpath-css-and-selectors)
- [Beware the XPath // trap](#beware-the-xpath--trap)
- [Configuring and adding drivers](#configuring-and-adding-drivers)
- [Gotchas:](#gotchas)
- ["Threadsafe" mode](#threadsafe)
- ["Threadsafe" mode](#threadsafe-mode)
- [Development](#development)
## <a name="key-benefits"></a>Key benefits