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

Simulating shift+click with send-keys? #13

Open
patocallaghan opened this issue Jan 9, 2014 · 1 comment
Open

Simulating shift+click with send-keys? #13

patocallaghan opened this issue Jan 9, 2014 · 1 comment

Comments

@patocallaghan
Copy link

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
Copy link
Owner

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.

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