Reputation: 12828
Are there any capybara-webkit examples available online? I've seen presentations, but I am looking for actual code. Is there API documentation I can look at?
Upvotes: 2
Views: 1184
Reputation: 3249
API doc is here: http://rubydoc.info/gems/capybara-webkit/0.8.0/frames
For examples see tests in sourcecode: https://github.com/thoughtbot/capybara-webkit/tree/master/spec
Upvotes: 1