Wewould recommend also to change the UiFramework (F4 while taking selector) and do an additional RnD if other Framework is helping to obtain more reliable selectors enriched with adddtional attributes
You have to adjust the selectors by including other properties so idx is no longer needed. You canât always just accept the selector UiPath gives you.
Also, it looks like youâre not on modern and arenât using the latest version of UiPath.UiAutomation.Activities. The modern selectors work much better.
Iâm saying you donât just click the object and accept the selector UiPath gives you. You can, and often must, manually adjust the selector by including other properties, different parent objects, wildcards, dynamic selectors (variables) etc
Thatâs not going to help. UiPath puts the idx there because it thinks it needs it to identify the target. By wildcarding or removing the idx, it wonât be able to find the target element. You have to remove the idx property and add other properties so it will be able to find the target element.
Iâve tried using the * before⌠it catches a lost position in the middle of the routine.
I changed the option when selecting the selector, and it worked. I just didnât understand correctly how to use or what changes in these changes, could you recommend me some article on this topic?