Uipath RPA element Identification Issues with Windows Application having .NET 7 Telerik Changes

@askvajrang
As we were automating Desktop Application using UiPath, it was working fine, but In the new release module team upgraded application with .NET version 7.0 and keep on upgrading to the latest versions with Telerik Changes/.

Please find below selectors of Old Version vs New Version:

Old Version (Drop down box):
DropDownBox :
New Version has only below attributes:
<wnd app= cls=‘WindowsForms10.Window.’ idx='’ />

I’m facing a similar issue with a .Net application in which Telerik grid is used.

Do we have any other stable solution suggested as part of automating such desktop application .NET framework 7 or more with telerik changes,

Please let me know for any more info… Any suggestions would be highly appreciated.

@Mohammed_Imran_Abdul,

Try using Find Children activity to get all the dropdown. Once you have the collection of the items, Use Get Attribute to get the values of the elements. By using this try to select desired dropdown item.

Thanks,
Ashok :slight_smile:

Thanks Ashok for the update, I have tried using Find Children and using get attributes but it is retrieved as blank.

I have updated only List , this is applying for all Menu-> Sub Menu Options as well.
Menu Option elements are identified as a chunk, not able to capture them individually through selectors.

Any other feasible approach we can try . Can we rely with CV activities in this case. How to make it more stable.