So I am using terminal activities to access an AS400. The process gets to a specific area and I need to take a screenshot of that terminal window only. Do you have a suggestion on how to do that? Tried “Take Screenshot” and “Send Hotkey” and none of them worked for me.
Well the terminal (to connect to AS400) is open only when it’s running and there’s no way for me to catch. I also tried not defining a selector but still didn’t work
@NJ_98
use “take Screenshot” activity and declare variable in the output panel.
Use "Save image " activity for saving the image on the desired location.
Hey, thanks for the reply - the problem with this solution is that I am using terminal sections to access AS400 and it’s only visible when I am running the bot - so I don’t know how to catch for the selector
Set a breakpoint on an activity right after the terminal window opens, and use Debug mode. When the automation pauses, open Ui Explorer and use it to get the selector for the terminal window.