What is the use of this in selector?

Hello experts,
Using click activity, it is capturing the element but there 3 options are show i.e. strict slector, fuzzy selector and computer vision and by default fuzzy and computer vision is checked in check box.

Should i check all 3 selectors or should i only check fuzzy ? what happens when i do check all selectors ?

Please someone clearify this?

@RobotUi

When you check all selector option then in runtime it will the best selector of highest rating and identify the uielement

If you choose to check all selector options (Strict Selector, Fuzzy Selector, and Computer Vision), UiPath will attempt to use each selector strategy in the order they are listed (from top to bottom) until it successfully identifies the target element. Here’s what happens if you check all selectors:

  1. Strict Selector: UiPath will first attempt to find the target element using the strict selector strategy. If it successfully identifies the element, it will perform the action (e.g., click) using that selector.
  2. Fuzzy Selector: If the strict selector fails to identify the element, UiPath will then attempt to use the fuzzy selector strategy. This strategy allows for some variation in the attributes specified in the selector, which might help in cases where the strict selector is too rigid.
  3. Computer Vision: If both the strict and fuzzy selectors fail to identify the element, UiPath will finally resort to using the computer vision strategy. This strategy analyzes the appearance of the target element rather than its attributes, making it more robust in situations where traditional selectors fail.

Hi @RobotUi

I find one of the best explanation to your query. Speed of execution on selectors - #3 by vrdabberu

Hope this will be solution.

Thanks,
Ashok :slight_smile:

1 Like

Hi @RobotUi

You can check the below documentation

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.