so i have a desktop application. trying to setup a double click activity on group checkboxes.
sometimes it fails at this activity and i noticed the uia cls for this attribute keeps changing.
hence updating and validating fixes it. but again after few runs the cls keeps changing between
If any selectors are keep changing we can remove it if the specific attribute is important then use the wildcard (*) to make it dynamic.
Some of the attributes are keep changing in the selectors for pattern UI elements like your case, For those attributes who values are changing then we have to use wildcards if the attribute is not an important one you can remove it.
just a question on removing attributes from.
so there is a “fuzzy selector” and a “strict selector”. do we remove not needed attributes from both or just one of them ?