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

Right Click Support [feature request] #273

Closed
mreishus opened this issue Jul 8, 2016 · 2 comments
Closed

Right Click Support [feature request] #273

mreishus opened this issue Jul 8, 2016 · 2 comments

Comments

@mreishus
Copy link

mreishus commented Jul 8, 2016

I'm able to get a right click working via:

open OpenQA.Selenium.Interaction
(new Actions(browser)).ContextClick(element "#myselector").Perform() |> ignore

But it'd be nice to just contextClick "#myselector" 😄

@lefthandedgoat
Copy link
Owner

Yah I can get a build done later today with that.

@lefthandedgoat
Copy link
Owner

https://www.nuget.org/packages/canopy/0.9.56

You can see an example in the tests here:

33384df

I named it rightClick instead of contextClick

Thanks for the contribution!

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