Answer the question
In order to leave comments, you need to log in
Is there an Autoit replacement?
Greetings! Switched from Win to Ubuntu and found that autoit (winapi and all) does not work.
What can replace it?
Previously, it performed the following:
- gui-window of the program with elements of start and stop of execution
- at start it "attached" to the open browser window (ie / ff) and performed a banal check / click
- at any time you can stop the program and do something yourself enter
I read about selenium, but somehow everything is complicated there and it seems that it is impossible to start and interrupt the execution of the program at any time.
Answer the question
In order to leave comments, you need to log in
- gui-window of the program with elements of start and stop executionChange your approach, in Linux 99% of the actions can be done from the console, and the GUI is just a shell.
- at startup, "attached" to the open browser window (ie / ff) and performed a banal check / clickDiscover POST and GET requests with curl or wget.
- at any time you can stop the program and enter something yourselfThis practically disappears, it is described in paragraph 1.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question