Hi Newbie,
The answers mentioned above by team members are absolutely correct.I would like to give u a brief regarding your scenario.
1. Use of ON ERROR RESUME NEXT command.- When we are sure at what step the pop up will come.
Then use ON ERROR GOTO 0 command- to disable the command once it has performed your desired task.
2. Use Recovery scenario-> Trigger- POP UP
Recovery - click of mouse or keyboard operation
Post Recovery - proceed to next step.
I hope u must have got the idea to deal with such scenarios.
Regards,
Gaurav
On Wed, Feb 27, 2013 at 1:22 PM, Prasun Jha
<prasunj...@gmail.com> wrote:
Hi Newbei, I thing to know for answering your questing.
Do you know exactly where your pop can pops, like after execution of 10th line or doing some action, pop up may appear depending upon application. If you know that that than you use .exist mathode with if else condition already suggested in above replies.
Otherwise you have to use recovery scenarios (should be ignored in real time).
--
GAURAV SHARMA
S/W ENGG.
ACCENTURE