I write code to run the gui (winmerge) application, and then send it a few keystrokes. I need to wait some time in the program until the graphical interface is complete, and then send it a few taps to save the report. How to implement this? wait()does not work, because after calling it, I can’t send the keys to the same window. Please, help
source
share