Merge pull request #2191 from aried3r/ar/update_toc

Update ToC
This commit is contained in:
Thomas Walpole 2019-05-19 08:25:26 -07:00 committed by GitHub
commit 56842219d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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