Text Adapter Wait For User To Press Enter Key After Logon Error
How do I get the automation to wait for the user to press Enter after a Log In error?
My project displays as WinForm for the user to enter their Username and password to log in to our mainframe system. The form simply has two text boxes to enter the username and password and a log in button. The automation waits for the log in button's click event to enter the user's credentials and log on to the system.
I have captured some of the possible log in error information and present messages to the user to correct the log in error. I don't see any key events for the text adapter in the interrogation window.