-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
enhancementEnhancement to existing featuresEnhancement to existing features
Description
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
Please provide any (mandatory) additional data for your enhancement
Metadata
Metadata
Assignees
Labels
enhancementEnhancement to existing featuresEnhancement to existing features