So I am running SSH commands in Powershell. I initially tried to do this using Invoke Powershell activity but gave up cos I was having trouble doing the copy to clipboard/right-click combo to paste the password when prompted. I decided to use the UI activity by opening the PS and TypeInto to put in the commands. All these fine.
Problem arises when I try to get the text on the PS screen into a text file. I have tried:
Get Text - does not detect the UI element at all (I used F4 to change the element to no avail)
Get OCR Text - using the UiPath Screen OCR resulted in APIKey error. Using the Tesseract OCR seems to read the element but returns a bunch of junk that makes no sense).
Any idea how I can get the text from this PS screen into a text file will be much appreciated. Thanks in advance!