Hi
i need to close cmd window if element exists like below image then have to close window
if not exist i need to loop after delay 10 sec.
simply the bot has to close cmd window when “File Succesfully” appears
Any help can be useful
Thanks in advance
ushu
(Usha kiranmai)
March 15, 2023, 5:02pm
2
Hi @jai_kumar2 Use Get Text activity
to extract the data from the cmd prompt. Then take if condition to check the above data exists
Condition - Output.Contains("File Succesfully")
Output is the var of type string contains the extracted text
Then block >> do nothing
Else block >> need to loop after delay 10 sec
Hi @jai_kumar2
You can open the cmd window inside attach window activities, perform the necessary actions & use ‘Wait screen text’ activity to track the mentioned text to appear. Once it’s true, you can use the close window activity to close the terminal.
You can refer the document for the specified activity:
https://docs.uipath.com/activities/docs/terminal-wait-screen-text
Hope this helps,
Best Regards.
Hi thanks for reply
in wait screen text throwing error like - Terminal error : Not Connected
Please some one help me on this
still no solution for this
You can use the classic activity Get Visible Text to retrieve the text from the command prompt:
WaitForCmdText.xaml (9.6 KB)
system
(system)
Closed
March 21, 2023, 12:14pm
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.