Hi all,
I am using the get Text activity to read text from a terminal screen (Direct Connection, VT, SSH protocol and Terminal mode is VT420 (48x132) which is the largest screen).
When the text returned is minimal, the getText returns all the text, but when there is a large data (and the screen has scrolled up such that some of the text disappears), it only returns what is currently visible on the screen. How do I get all the data returned following the last command I sent?
I have tried sending the “clear” command just before I send my command to retrieve data, but that hasn’t helped in all cases.
Any help in this regard will be highly appreciated. Thanks!