Dear all,
I managed to use PAD to open a Linux terminal window (via Putty to be exact), then execute a Linux command in the window via Send Key action. Now I need to execute another Linux command via Send Key action again after the previous Linux command is finished.
When the previous command is successfully finished, it will output some standard text, like "Command run successfully". My question is, is it possible for PAD to capture the appearance of specific text like that in that window before running another Send Key action? At this moment I have to insert a "Wait for x seconds" action between two Send Key actions as a workaround.