UiPath RPA Associate (UiRPA) — Question 2
When is the Anchor Base activity used to automate interaction with an application?
Answer options
- A. When all the element selectors in the application are reliable
- B. When the element selector is reliable but the element's position on the screen changes
- C. When no element selectors are available in the automated application
- D. When the element selector is not reliable and the element's position on the screen changes
Correct answer: D
Explanation
The correct answer is D because the Anchor Base activity is specifically designed to handle scenarios where the element selector is unreliable and its position can change, allowing for a more flexible interaction. Options A and B do not require this level of adaptability, as they describe situations where the selectors are reliable. Option C is irrelevant since the Anchor Base activity is meant to assist when selectors are unreliable, not when they are completely absent.