send-keys icon indicating copy to clipboard operation
send-keys copied to clipboard

Documentation/code needs updating for capybara 1.0

Open harryhorn opened this issue 13 years ago • 1 comments

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

harryhorn avatar Jun 28 '11 13:06 harryhorn

Thanks Harry, fixed the problem I was having. Cheers.

twe4ked avatar Aug 18 '11 22:08 twe4ked