Blue Prism Certified Professional Developer (APD01) — Question 49

You are working on a Java application. After successfully spying an element in Java mode, the target application crashes when attempting to highlight or interact with the element. Which of the following actions should be tried to resolve this?

Answer options

Correct answer: D

Explanation

Enabling the 'descendtree' option in Application Modeller allows for better interaction with nested elements in Java applications, which can prevent crashes. Using a different spy mode might not resolve the root issue, restarting the application is a temporary fix, and installing the Java Access Bridge is useful but does not directly address the crash when interacting with the element.