send-keys
send-keys copied to clipboard
Simulating shift+click with send-keys?
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
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.