Page 1 of 1

Wait For Window

Posted: Fri Jan 20, 2012 12:58 am
by eznoh
I created a task to ssh into a remote system which succeeds in getting a login prompt but my "Wait For Window" action never completes even though the named window appears on the screen.Mike

Wait For Window

Posted: Fri Jan 20, 2012 7:47 am
by Oleg
Maybe you need check the window existence before waiting.
Also check the parameters of Wait For Window action.

Maybe it is simpler to insert some pause (2-3 seconds) instead of waiting of the window

Wait For Window

Posted: Fri Jan 20, 2012 8:19 pm
by eznoh
The delay worked. Now how do I send a newline? I tried \n and %0Aput they both show up in the text as is. I'm using "Send Keystrokes" command.Mike

Wait For Window

Posted: Sat Jan 21, 2012 5:59 am
by Oleg
If you mean dialog form then {TAB} key selects of next input field and +({TAB}) (Shift-Tab) selects previous field.
This rule is valid for any dialogs and web forms.

In text editor use {Enter} key.

See some of standard combinations here.