The code is working fine if I am logged into the PC, but once I turn on automation and run the scheduled script - it is not moving from the save to the confirm pop-up.
This is what I am using to click save on the screen, then yes on the pop-up:
Code: Select all
SetFocus>
CapsOff
Press LCTRL
Press LALT
Wait>0.4
Send>s
Wait>0.4
Release ALT
Wait>7.08
Press LALT
Wait>0.3
Send>y
Wait>3
Release ALT
originally, I was using an IEClickTag to click the first Save, but I wasn't able to move into the pop-up to click Yes.
Since this script is mimicing a user clicking throught the GUI interface...it may not be possible to do this?