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

Simulating shift+click with send-keys?

Open patocallaghan opened this issue 11 years ago • 1 comments

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

patocallaghan avatar Jan 09 '14 14:01 patocallaghan

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.

markgandolfo avatar Jan 09 '14 22:01 markgandolfo