I am connecting to a server remotely. Then I am running a .bat file via cmd prompt. I need to know when the .bat file is done running before proceeding to the next step.
I know the process is complete when “press any key to continue” appears.
I have tried – element and text exists. So far no luck.
Any suggestions.