Skip to content

API overhaul #53

@s1hofmann

Description

@s1hofmann

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 features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions