send-keys
send-keys copied to clipboard
Documentation/code needs updating for capybara 1.0
The instruction point to the wrong git repository
With Capybara 1.0 I found that I need to do this instead of what is in send_keys.rb to make it work
module Capybara module Node class Element < Base include SendKeys end end end
Thanks, Harry
Thanks Harry, fixed the problem I was having. Cheers.