UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 72


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?

Show Answer
Correct Answer: B

To ensure the button element is clicked and the automation process continues, the developer should use the Click activity in the Action of a Retry Scope activity with a Condition that an element exists within the opened application. This approach ensures that the automation will attempt to click the button multiple times until the condition is met, providing robustness against temporary issues or delays in the UI.

Discussion

4 comments
Sign in to comment
FonminccOption: B
May 3, 2024

=_= THE ANSWER is B

MirjalolOption: B
Jul 18, 2024

B is the best answer

IngvarnOption: B
Nov 26, 2024

Use the Click activity in the Action of a Retry Scope activity with a Condition that an element exists within the opened application

Engineer24Option: B
Jun 30, 2024

B is the Correct Answer !