UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 86


Based on the configuration shown in the exhibit, what is the result of the execution of these activities if the target element exists at runtime but the application has not fully loaded?

Show Answer
Correct Answer: A

The correct answer is that the message 'Snipping Tool Options Pop-Up Exists' is logged. The 'On Element Appear' activity in UiPath is configured to wait until the specified UI element is present and active. Given that the 'WaitForReady' property is set to 'INTERACTIVE', it means that the activity will only wait for the UI element to be interactive, but not necessarily for the entire application to be fully loaded. Once the target element becomes interactive within the specified timeout period of 5000 milliseconds, the activity logs the message 'Snipping Tool Options Pop-Up Exists' and continues execution. Therefore, if the target element exists and becomes interactive within the timeout, the message will be logged.

Discussion

7 comments
Sign in to comment
FonminccOption: A
May 3, 2024

The answer is A!!!!

Rag_123
Jun 20, 2024

Answer is A

TharakaOption: A
Jun 23, 2024

Correct answer is A

MirjalolOption: A
Jul 18, 2024

A is correct answer

bhaskar5a5
Sep 6, 2024

Ans: A

alexm19Option: C
Sep 25, 2024

The condition is not met, because the button doesn't load, so this will NOT throw an error and also NOT log a message

alexm19
Sep 25, 2024

I WAS WRONG, the correct answer is A. because the button is fully loaded but the application not, and the answer is about the waitforready property = INTERACTIVE

IngvarnOption: A
Nov 28, 2024

A. "Snipping Tool Options Pop-Up Exists" message is logged