Page 1 of 1

During the execution of a process, a button must be clicked to open an application. Based on best practice, what should

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
During the execution of a process, a button must be clicked to open an application. Based on best practice, what should the developer use to ensure the button element is clicked and the automation process continues?

A. Use the Click activity within the Try Block and the Catch Block of a Try Catch activity to open the application
B. Use the Click activity in the Action of a Retry Scope activity with a Condition that an element exists within the opened application
C. Modify the Click activity used to open the application by setting the ContinueOnError property to “True”
D. Modify the Click activity used to open the application by increasing the timeout property an additional 30 seconds