Answer the question
In order to leave comments, you need to log in
How to manage third-party programs through your own?
How to write a program so that, for example, she would press a button in the program that is on the computer after turning on the computer, for example, press the trial period in ultraiso?
Answer the question
In order to leave comments, you need to log in
AutoIt
And so - practically any extended language has libraries for work with GUI_interface.
For Python - pywinauto for example.
Technically, there are a lot of options, it depends on the "experimental" program, somewhere one will work, somewhere else, you can write a small book on this topic.
For example, Windows OS, you can use WinAPI to work with a window and a button, you can use Accessibility, you can simply make an autoclicker on WinAPI that clicks on a given screen location, you can approach it differently, not press the button, but make it so that it does not appear at all , for example, disassemble the program and remove the button, even if the program works with the network, for example, an online game, then you can also look and think.
Special high-level tools, such as AutoIt, should not be discarded either, they are not so flexible and universal, but they are simpler, lighter, more convenient.
There was already a similar question:
Is it possible to manage Win7 applications?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question