15-02-21 03:23 PM
Answered! Go to Answer.
16-02-21 11:39 AM
16-02-21 11:48 AM
16-02-21 11:59 AM
16-02-21 01:05 PM
16-02-21 01:34 PM
16-02-21 03:01 PM
No problem.
When Blue Prism attaches to a web browser, it connects to a specific window. It can operate between different tabs, but a new window is effectively a new instance of the application. (Take a look at Task Manager and you will see multiple instances of Chrome running)
While on occasion Blue Prism may successfully interact with a pop up, it's not very consistent as it may be looking through several instances of Chrome.
So for this I would recommend creating a new object for the pop up window. This should include actions to attach, carry out the actions needed and detach.
There's more information in the browser automation guide:
3.8 Pop-up Windows
Depending on how the web application has been built, you might need to create a separate business object to interface with a popup window. This will be the case if you see the "A spying error has occurred" error message. A new object will need to be configured to attach to a running instance of the popup, rather than launching something. Pop-up windows may need to be spied using Win32 or AA mode instead of the usual HTML mode. To speed up development, it might be best to build a separate generic object to handle IE pop-up windows.
This can be found on the University, in the module "Working with different application types and Spy Modes".
Let me know how it goes or if you need any further detail.
17-02-21 03:08 PM
18-02-21 04:36 AM
18-02-21 08:08 AM
18-02-21 11:16 AM