Case: On computer i have program (file.exe) - a window will pop up and I will have to enter the IP address and press the "connect" button. Another window of the connected device is displayed - it shows the image (the device is recording the image) and some status.
And I would actually like to automate these activities that I described (something like what the robotask utility does, for example, etc.)
Can this be done in python, for example? Or powershell? Respectively can it be done? Or if not these two (python, powershell), then how for example?
Thank you for any tips.
It seems the typical problem solved by RPA. There are a lot of software free and non, used for executing repetive tasks e.g. MS Power Automate with a low code approach. Anyway you can use Python if you want, is a good choice as it have a lot of modules for all kind of development purpose just a little search about python RPA gives you a lot of tutorials and packages for this purpose.