What are the differences between partial selectors and full selectors?
What are the differences between partial selectors and full selectors?
Partial selectors are recommended to perform multiple actions in the same window because they do not include information about the top-level window, making them more efficient for repeated actions in a localized area. Full selectors, on the other hand, include information about the top-level window and are generally used for individual actions where context needs to be fully specified.
WTF The Answer is C!!!!
No, es la B
C is the correct answer because the partial selector must work in the same window for example when you use attache window and inside of attach window you use some click activities, this activitie will work just inside on attach window.
https://docs.uipath.com/studio/standalone/2023.4/user-guide/full-versus-partial-selectors
C. Partial selectors are recommended to perform multiple actions in the same window. Full selectors include information about the top-level window.
Ans : C