Is there any way to fix the selector automatically when there is change in system

Hi

well this is one of silly doubt i had, most of the time there will be upgrade in the backend application so will be change in selectors also
So, Is there any way to fix the selector automatically when there is change in application where RPA is already implemented

what best can be done to solve this prob ?

@Vikram212

Try to avoid attributes like idx, css-selector, title etc… from Selector and mostly these will change in it. Use relevant Attributes to identify element and don’t use all unnecessary attributes.

If still any value attribute value changes then you no need to fix it again and we don’t any option to fix it automatically whenever application got updated.

1 Like

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