We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" 😄
contextClick "#myselector"
The text was updated successfully, but these errors were encountered:
Yah I can get a build done later today with that.
Sorry, something went wrong.
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!
No branches or pull requests
I'm able to get a right click working via:
But it'd be nice to just
contextClick "#myselector"
😄The text was updated successfully, but these errors were encountered: