I am working with Cucumber and Capybara and am looking to test a basic javascript confirmation box. I am aware Capybara uses Selenium 2.0 (not RC) for its javascript testing.
Where can I find the documentation for testing a simple confirm js dialog and other features of capybara + selenium?
Thanks!