What driver can Capybara use out of the box but cannot execute JavaScript (written as a Ruby symbol)?
:rack_test
What define how tests written in Cucumber/Gherkin are translated into Ruby code?
Step definitions
What is the driver supported by Capybara out of the box that cannot execute JavaScript?
:rack_test
What gem do you need to install (in addition to capybara) if you want to use Capybara with Selenium?
selenium-webdriver
What is the method in Capybara which takes a single string parameter and navigates to that path by making a GET request?
visit
What method in the Capybara API documentation can take a snapshot of the page as it currently is and then open it so you can take a look at it?
save_and_open_page
If you have required capybara/rails, what will Capybara.save_path default to?
tmp/capybara
Does Capybara locate non-visible elements, by default?
No
What tag is written over a Cucumber scenario (or feature) to switch to the Capybara.javascript_driver (:selenium by default)?
@javascript
What is the Capybara gem (the name of the gem to add to the Gemfile)?
capybara
In addition to creativity, the only ability a person needs to program computers is what according to John Ousterhout in APOSD?
Ability to organize thoughts
Previous card
First card
Random order
Next card