cancel
Showing results for 
Search instead for 
Did you mean: 

Pop Up Hnadling

PrageetDak
Level 4
Hi, I am working with web portal which has opened in IE. Whenever I close the IE manually then it doesn't give pop up, but when I automate and execute through BP IDE then it gives pop up, how to handle this. I tried attaching pop up separate object but it doesn't give pop up when I attach from application modeler. Please suggest solution for this.
4 REPLIES 4

John__Carter
Staff
Staff
Make BP close the IE window in the same way the user does. It sounds like the BP method you are using (Close Window or maybe Terminate) is causing the web app to behave differently.

Thanks John for reply. Yeah absolutely I am using close method only. So how can I use it ??

PrateekMehan
Level 6
try and close manually when the popup comes attach to it using a new object or the same one might do for you. Another way is close the application gracefully either by clicking the red cross or the way you are doing manually.

Thanks Prateek for help. I tried using windows close and as of now it works fine. But browser behaviour is unexpected. Shall try the step you mentioned.