I have one last step in my script to finish it off and cannot, for the life of me, get it to work. Ok, I have spent about 3 days trying to figure out this one step. I have searched through the help and seen other issues about the same....
My script mimics and end user entering data. There are several pop-up boxes and I can successfully use the PRESS ENTER code w/ great success. There is one last pop-up where the script has to "Press ENTER", but it doesn't work....my Press ENTER code isn't working for this pop-up.
I then tried to SetFocus... when I use the Code Builders, SetFocus....in the Window Title, I do see what looks like the name of the pop-up window, so I select it, using the SetFocus and it doesn't work.
I also tried the 'Keyboard Commands' send Keys to try to send the 'enter' key...also to no avail. When I use the Recorder to send keys, it is just entering a null.
Every time, I have to close out and the error pops that says 'Specified Window 'Question -- Webpage Dialog' is not present.
It just seems like my macro isn't getting into the pop-up. I can manually click enter or space bar and it works like a charm. I have tried so many different combos, and none work. Obviously, I just don't know what to do to get this right
Code: Select all
SetFocus>Question -- Webpage Dialog
Press ENTER
Anke