Pop Up Hnadling
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-17 09:26 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-06-17 03:41 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-06-17 06:49 PM
Thanks John for reply. Yeah absolutely I am using close method only. So how can I use it ??
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-06-17 07:55 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-06-17 10:31 PM
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.
