Descriptor - Fuzzy Selector

Hi :slight_smile:

I am using Modern Experience.
What I am looking for is how the accuracy is being calculated when using Fuzzy Selector in the Descriptor.

Example:
Let’s say I have a fuzzy selector
<webctrl placeholder=‘Usern’ tag='INPUT ’ />

The selector on the screen is
<webctrl placeholder=‘Username’ tag='INPUT ’ />

What is the equation to calculate the accuracy?

Which part (or parts) of the selector is used in the calculation?

I can’t seem to find it anywhere on the UiPath academy or in the documentation.
I also wrote UiPath Support but they told me:
“I’m afraid that there is no detailed description of the algorithm that is used.”

Kind Regards
Nikolaj

Hi @nso

Welcome to UiPath community

Check out the video link

https://docs.uipath.com/studio/docs/fuzzy-search-capabilities

Regards
Gokul

Hi Gokul

Unfortunately this video does not use Modern Activities or Descriptors.
With Fuzzy Selectors in Descriptors there is no need for “matching” or “fuzzylevel” directly in the selector.

The video also does not describe how the calculation of the accuracy (or fuzzylevel) is done.

Kind Regards
Nikolaj