AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.78k stars 1.1k forks source link

Connect to an external tool for some action? #1570

Closed kocoten1992 closed 7 months ago

kocoten1992 commented 7 months ago

Is your feature request related to a problem? Please describe. Thank for this superior tool, I just learned about this tool few days ago and already feel it power!

But there is a problem, given this tool operate within the browser, any click/mouse event will have isTrusted set to false (https://developer.mozilla.org/en-US/docs/Web/API/Event/isTrusted).

Describe the solution you'd like A way to connect with an external tool maybe via http or websocket or some way (for example: autoit tool), a click from external tool will have isTrusted true and automa can continue after the click.

Describe alternatives you've considered I'm not sure if there is any other way (?).

P/s: I should clarify, 99% app do not care about this, but some do and they check it...

kocoten1992 commented 7 months ago

My apologise, it seem that function already exists (Http send)!