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
Short overview Both mouse.leftClick and mouse.rightClick should reuse click
Use case Reduce code duplication
Detailed description With the new exposed click method both leftClick and rightClick can be refactored to reuse this method internally
click
leftClick
rightClick
The text was updated successfully, but these errors were encountered:
(#390) Refactored mouse class such that leftClick and rightClick reus…
aa25bc3
…e click
03d4923
…e click (#391)
s1hofmann
Successfully merging a pull request may close this issue.
Short overview
Both mouse.leftClick and mouse.rightClick should reuse click
Use case
Reduce code duplication
Detailed description
With the new exposed
click
method bothleftClick
andrightClick
can be refactored to reuse this method internallyThe text was updated successfully, but these errors were encountered: