The Strict selector relies only on the UI element’s full selector and does not use anchors.
Why is Option B Correct?
Strict selectors contain only reliable UI element attributes (title, id, class, etc.).
No anchors are needed, as the element is uniquely identified through direct targeting.
Anchors are used only in Fuzzy or Image-based selectors for dynamic UI elements.
Why Other Options Are Incorrect?
A (Strict selector always works better with multiple anchors.) ❌
C (Strict selector requires at least two anchors.) ❌
D (Strict selector only uses automatically identified anchors.) ❌
Incorrect. Strict selectors do not use anchors, manually or automatically.
[References:, UiPath Official Docs - Strict vs. Fuzzy Selectors, UiPath Forum - Strict Selector vs. Anchors, , , , , ]
Submit