markgandolfo / send-keys

Simulate key presses in your capybara tests
http://markgandolfo.com/pages/send-keys
53 stars 14 forks source link

Simulating shift+click with send-keys? #13

Open patocallaghan opened 10 years ago

patocallaghan commented 10 years ago

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"

it doesn't work. It seems to do them separately. Any ideas?

Thanks, Pat

markgandolfo commented 10 years ago

tying the mouse and keyboard together creates a bit of a challenge for webdriver. I haven't looked at this project for about a year, let me blow the dust off and see if it's possible to bind two input peripherals at the same time.