How to wait until the result of entered command has been displayed on the terminal

Hi All,

I am working on an automation project in GDS terminal(Black and green screen). To enter multiple commands i need to wait for the result/output of my previous commands. I cannot use fixed amount of time in Delay activity in this case and am not able to find any activity for this. Suggestions are welcome.

Regards,
Arun

try Wait Field Text activity and Wait Screen Text activity

Ref: Automating Terminals and Mainframes

Sorry if you already tried

2 Likes

Hi,
I am having the same problem. Even while using Wait Field Text or Wait Screen Text activity, we need to provide the Delay time.
Is there any other way to resolve this case?

1 Like

@Alekhya_Gandhi I believe we must use terminal activities in this case. Though I haven’t used them yet.

Specify a more than sufficient amount of milliseconds in the TimeOut field. That way the activity will execute for that maximum time only and will exit even if it found the text before the TimeOut MS is complete.

2 Likes