So, I’ve been using a script that invokes the ALT menu on our Windows Application to Add a “Form”…
Alt F
Return
W
F
or
set the remoteWorkInterval to 1.1
set the mouseMoveSpeed to 8
set the nextKeyDelay to 0.15
DoubleClick “StartDevXP”
Wait 4.0
// Click “ClickInsertMenu”
TypeText “\af\A”
TypeText “\r”
Typetext “w”
Typetext “f”
It has always worked but now is failing 50% of the time. When I go through these steps Manually using the keyboard on the SUT. Everything is fine with our application. I’m stymied.
I’ve tried inserting Wait 4.0 etc…
Thanks