During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be

Post by answerhappygod »

During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs:
1. The loading of the label text element takes longer than 30 seconds.
2. The loading of the button takes longer than 30 seconds.
3. The retrieving of the data or clicking the button must be tried until successful.
Based on UiPath best practices, what must the developer use to ensure that an error is thrown if the label text or the button element does not load?

A. Use the Get Text activity with the default timeout and set the ContinueOnError property to "True".
Use the Click activity in the Retry Scope activity.
B. Use the Get Text activity with the default properties in a Retry Scope activity.
Use the Click activity with the default properties in a Retry Scope activity.
C. Modify the Get Text activity by increasing the timeout property.
Use the Click activity to click the button with the default settings.
D. Use the Get Text activity with the default timeout and set the WaitForReady property to "None" in a Retry Scope activity.
Modify the Click activity by increasing the timeout property and set the ContinueOnError property to "True".
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply