Jmgr / actiona

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

Something like ControlClick #190

Closed lublak closed 11 months ago

lublak commented 1 year ago

Hi, I come from Autohotkey. But I find Autohotkey way too hard to use and found Actiona. It seems much easier to use. But now I am looking for a way to press a button. Not pixel based but with text. For example: Press a button with an inscription. Currently it looks like only coordinates can be specified.

Jmgr commented 1 year ago

You could take a screenshot of that button and then use a FindImage action to find that image on the screen, store the result in a variable and then a Click action to click there.