LOADED, not READY
There are special cases during application testing when the window has finished loading, but the application inhibits keyboard input. For example, sometimes when you type invalid input, the host application locks the keyboard. You cannot continue until you reset the window.
In this case, the synchronization algorithm specifies a state of LOADED
rather
than a state of READY
. If you need to interact with the terminal
when it is in the LOADED
state, type the following in the
script:
TFrame(ANY, LOADED).inputKeys("logoff{ENTER}");