How to handle Controls if ID is not static

Hi Everyone,

Wanted to understand is there any way to control “Checkbox” or any other Control When [ID] keep getting Change every time whenever link opens.

eg :

154 gets change every time I open link. Is there any workaround to handle it also can’t use “wild card” as there multiple control are available.

Hello @mukeshy12390

If the ID is always changing, then you can remove that attribute. if there are any other attributes that you can use for the selector to stabilise the automation, that is better.

Else you can make the attribute dynamic by bypassing the dynamic variable.

Thanks

Hi @mukeshy12390 ,

Could you provide us the Selector opened in UiExplorer (Validated) ?

In cases like these, maybe also an Anchor could be used to make the checkbox selector more stable.

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