Blue Prism Certified Developer (AD01) — Question 45

A Blue Prism solution works fine when developing and testing it in Process and Object studio but when it is running in Control Room exceptions occur because of screen elements not being found.
What is the most likely cause?

Answer options

Correct answer: B

Explanation

The correct answer is B because not using wait stages properly can lead to timing issues where elements are not available when the automation tries to interact with them. Option A is incorrect as changes to the application may not always lead to such issues, while C is wrong because the Object Studio action being unpublished would prevent it from being used entirely. Option D is also not the cause of missing screen elements but rather pertains to handling exceptions that arise during process execution.