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?
The Order System application has been successfully launched and Blue Prism has navigated the application to the following screen:There is a requirement to ensure this screen is in focus before any further interfacing is done with the screen. Which is the correct configuration to ensure the NewOrder screen is in focus?A.B.C.D.C -
You identify an element in Application Modeller and it highlights uniquely and can be used in your object flow diagram. The next day you find that Blue Prism cannot no longer identify the same element, your object flow is giving you "˜Element not found' exceptions.Which of the following statements is true?
When automating a Windows application what type of stage is configured to perform a Global Send Key Events?
Consider the following flow in an object:Which of these statements is true?
Examine the following process flow:The Process is intended to attempt to perform the processing in the recover block, Block 3, a maximum of three times before throwing an exception.Data Item "Attempts" is a number data item with an initial value of 0Data Item "Max Attempts" is a number data item with an initial value of 3The "˜Increment Attempts' calculation stage adds 1 to the attempts value and outputs a result to the "Attempts" data itemTo enable this to work correctly, what is the correct expressions for the "˜Try Again' decision stage?