Question 1
While automating a process involving a browser based application a popup window from the browser application appears that you need to work with. When you try
to spy the popup window and its elements, Blue Prism throws the following error: “There was an error during the spying operation.”
Which of the following would be the most appropriate workaround?
Set the HKEY CURRENT USERSoftwareMicrosoftInternet ExplorerMainTabProcGrowth Registry key to 2
Change the scope of the process so that the popup window does not need to be automated
Create a new separate object that attaches to the running instance of the popup and attempt to spy elements with this object instead.
Use Surface Automation techniques to interface with the popup
Correct answer: D
Explanation:
Reference: https://subscription.packtpub.com/book/business/9781789610444/6/ch06lvl1sec53/surface-automation-with-region-mode
Reference: https://subscription.packtpub.com/book/business/9781789610444/6/ch06lvl1sec53/surface-automation-with-region-mode