UiPath Advanced RPA Developer (UiARD) — Question 45
What are the differences between partial selectors and full selectors?
Answer options
- A. Partial selectors are recommended when switching between multiple windows. Full selectors do not include information about the top-level window.
- B. Partial selectors do not include information about the top-level window. Full selectors are recommended to perform multiple actions in the same window.
- C. Partial selectors are recommended to perform multiple actions in the same window. Full selectors include information about the top-level window.
- D. Partial selectors include information about the top-level window. Full selectors are recommended to perform multiple actions in the same window.
Correct answer: C
Explanation
The correct answer is C because partial selectors are indeed used for multiple actions within the same window, while full selectors incorporate details about the top-level window. Options A and B incorrectly describe the purpose of partial and full selectors, and option D mistakenly states that partial selectors include top-level window information.