capybara.rb

Path: lib/generators/cucumber/install/templates/support/capybara.rb
Last Update: Wed Nov 08 18:54:09 +0000 2017

Capybara defaults to CSS3 selectors rather than XPath. If you‘d prefer to use XPath, just uncomment this line and adjust any selectors in your step definitions to use the XPath syntax. Capybara.default_selector = :xpath

[Validate]