Question
NJ Courts
US
Last activity: 6 Nov 2018 20:02 EST
How to interrogate a blank screen
Hi,
I am trying to interrogate a mainframe application at my client for a POC. We need to navigate a couple of mainframe screens before we actually get to the search screen that my POC tries to use. One of these initial screens is a blank screen and this blank screen always takes a constant value to move ahead. How can I create a matched region and add a field for the blank screen, so that I can supply the hard coded value in the automation.
Please see the attached screenshots.
Hope the question is clear enough.
Thanks,
Pradeep Gunda
***Edited by Moderator Marissa to update categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Select the entire screen as your matching region for the screen. Then select the area you need to enter text in (usually starts at position 2 on the first line) and interrogate it as a region. The screen will only match when it is completely blank and then you can enter the required characters and press Enter.
For your fourth screen, match the screen as you suggest. Use a SendKeyToHost to press the necessary function key.