Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation/code needs updating for capybara 1.0 #8

Open
harryhorn opened this issue Jun 28, 2011 · 1 comment
Open

Documentation/code needs updating for capybara 1.0 #8

harryhorn opened this issue Jun 28, 2011 · 1 comment

Comments

@harryhorn
Copy link

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

@twe4ked
Copy link

twe4ked commented Aug 18, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants