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

Simulate key presses in your capybara tests

Results 6 send-keys issues
Sort by recently updated
recently updated
newest added

``` josh@Macbuech:~/Documents/Work/MuheimWebdesign/base/src (features/accessibility *)$ rake /Users/josh/.rvm/gems/ruby-2.1.0@base/gems/send-keys-0.1.0/lib/send-keys/step_definitions/send_keys_steps.rb:10:in `': undefined method `And' for main:Object (NoMethodError) from /Users/josh/.rvm/gems/ruby-2.1.0@base/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require' from /Users/josh/.rvm/gems/ruby-2.1.0@base/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `block in require' from /Users/josh/.rvm/gems/ruby-2.1.0@base/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:240:in `load_dependency' from /Users/josh/.rvm/gems/ruby-2.1.0@base/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require' ```

Hey, is it possible to do a shift + click using this library? I have something like so: ``` When I send shift to ".element" And I click on ".element"...

Since the steps are loaded when the library is loaded, if you don't have the cucumber gem installed, you get an error (And doesn't exist), which makes it impossible to...

The web site for this github project, http://markgandolfo.com/pages/send-keys, is giving me a 404 error.

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...

superclass must be a Class (Module given) on line class Node < Capybara::Node