Replies: 1 comment 1 reply
-
I think your application write a restful api with specific port, example 127.0.0.1:8080/api/automa, after automate complete it's task you use javascript block and use fetch function to send data back to your application. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application and I want to automate some tasks using this plugin, such as opening web pages, logging in, retrieving some current states, and returning the results to my application. Can I use this plugin to accomplish these tasks?
Beta Was this translation helpful? Give feedback.
All reactions