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
- A. Spy the element in a different spy mode
- B. Restart the application
- C. Install the Java Access Bridge
- D. Enable the "descendtree" target application option in Application Modeller
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.