Jmgr / actiona

Cross-platform automation tool
https://actiona.tools
GNU General Public License v3.0
525 stars 66 forks source link

Add static methods for some APIs #235

Open Jmgr opened 2 weeks ago

Jmgr commented 2 weeks ago

The current API often requires creating a instance to run functions, and in some cases having a static function might make things easier: Mouse.click(), Keyboard.pressKey()

deoxify commented 2 weeks ago

I think all methods of Mouse, Keyboard and Clipboard should have this.