views:

801

answers:

2

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!

+1  A: 

http://github.com/jnicklas/capybara

It supports Selenium2/WebDriver, however, not SeleniumRC.

Peter Mounce
I've known of this already. It's not much of an organized method-by-method documentation (which I was looking for), but better than no answer at all. thank you!
yuval
A: 

maybe this

http://rdoc.info/github/jnicklas/capybara

qoyyim