04-12-23 04:32 PM
Can someone guide me on how to spy and inspect the browser's pop-up window?
I know that it can be done by creating another object with maybe desktop based. but could someone guide or share the steps?
04-12-23 08:25 PM
Hi Apurva,
I would recommend you check out the Blue Prism University which contains a number of online training courses on Modern Browser Automation, including:
These training courses provide advice and various helpful tips on how to automate browser applications, including how-to guides on topics like this one in your post.
04-12-23 10:59 PM
Hello Appurva Tejani,
In general I would follow below steps
lets assume that after login to the application> navigating from home page to the second page there is a pop up
In that scenario
1) I would navigate till the second screen in object1 and
2)detach that object1 and
3) attach the object2
4( in the object2 - spy the pop and any other additional information, once I complete Pop up related action I will detach object2 and
5) attach the object1.
Check below knowledge base article related to pop up.
https://support.blueprism.com/en/support/solutions/articles/7000077056-how-does-blue-prism-enterprise-handle-pop-ups-