Valid UiPath-ADAv1 Dumps shared by ExamDiscuss.com for Helping Passing UiPath-ADAv1 Exam! ExamDiscuss.com now offer the newest UiPath-ADAv1 exam dumps, the ExamDiscuss.com UiPath-ADAv1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com UiPath-ADAv1 dumps with Test Engine here:
A developer wants to create a process that searches for images on a website and then saves the images in a local folder However, the website contains an error. As a result, the process may need to search for an image multiple times in order for it to display. Which container activity should the developer use to search for an image multiple times'?
Correct Answer: D
The container activity that the developer should use to search for an image multiple times is Retry Scope. The Retry Scope activity is used to retry the execution of a set of activities as long as a condition is not met or an error is thrown. The Retry Scope activity has two sections: Action and Condition. The Action section contains the activities that need to be retried, such as searching for an image on a website. The Condition section contains an activity that returns a Boolean value, such as Image Exists, which checks if the image is displayed on the screen. The Retry Scope activity also has two properties: NumberOfRetries and RetryInterval. The NumberOfRetries property specifies how many times the Action section is retried before throwing an error. The RetryInterval property specifies how much time passes between each retry1. By using the Retry Scope activity, the developer can handle the error on the website and search for the image multiple times until it is found or the maximum number of retries is reached. References: Retry Scope from UiPath documentation.