Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Timing is most likely the issue. If there are delays between clicking the next button on the previous screen and the next button on the next screen, the automation may be moving faster than the screens can keep up. Try using a WaitChild or similar method before you select the Next button to put in a "smart" delay before going on.