-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
API overhaul #53
Labels
enhancement
Enhancement to existing features
Comments
s1hofmann
added a commit
that referenced
this issue
Mar 31, 2019
- Refactored code to get rid of tick method for mouse and keyboard input - Decreased keyboard typing speed
s1hofmann
added a commit
that referenced
this issue
Mar 31, 2019
s1hofmann
added a commit
that referenced
this issue
Mar 31, 2019
s1hofmann
added a commit
that referenced
this issue
Mar 31, 2019
s1hofmann
added a commit
that referenced
this issue
Mar 31, 2019
Closed by #54 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short overview
Some APIs, e.g.
mouse
actions could be refactored for better usability.Use case
Increased usability of APIs
Detailed description
Some APIs, e.g.
mouse
actions in combination with image search are quite cumbersome.await mouse.move(await movement.straightTo(Location.centerOf(await screen.find("plus.png"))));
vs.
await mouse.move(straightTo(centerOf(screen.find("plus.png"))));
Additional content
The text was updated successfully, but these errors were encountered: