sutee
sutee

Reputation: 12828

Capybara-webkit examples?

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

Answers (1)

Petr
Petr

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

Related Questions