Blue Prism Certified Professional Developer (APD01) — Question 17

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a separate object allows for specific interaction with the popup window, which can bypass the spying error. Options A and B do not address the issue directly, and while option D may work, it is generally less efficient than using a dedicated object for the task.