I am experiencing a problem with a selector used for “click” activity. The selector in my project looks like this:
It has worked until now. However, after upgrading the package dependency for UiPath.UIAutomation.Activities to 22.10.5 I am suddenly receiving the following error when running my process from Orchestrator:
System exception: Could not find the UI element corresponding to this selector: < rdp app=‘mstsc.exe’ cls=‘TscShellContainerClass’ instanceAffinity=‘1’ title=‘*Remote Desktop Connection’/> <wnd app=‘explorer.exe’ cls=‘Progman’ title=‘Program Manager’/ > <wnd cls=‘SysListView32’ title=‘FolderView’/ > at Source: Click RDT
Here, instanceAffinity=‘1’ suddenly is added to the selector and causing the exception.
I could only find the following topic with a similar problem: UIPath 2022.4 Open aplication Activity - Could not find the UI element corresponding to this selector
However, the solution here is to downgrade the package dependency, which I do not wish to do, since this is not a stable solution.
Any help would be greatly appreciated.