Hello there,
The Issue that my selectors change occurs every day and sometimes multiple times within an hour.
p.E.: Yesterday I used the “Send Hotkey” Activity on my Desktop; clicked on the Desktop to indicate the selector and it looked like that:
<wnd app='explorer.exe' cls='WorkerW' **idx='10'** />
<wnd cls='SysListView32' title='FolderView' />
and today I tried the process but it failed right there.
I tried to use the “Send Hotkey” Activity on my Desktop; clicked on the Desktop to indicate the selector and this time it looked like that:
<wnd app='explorer.exe' cls='Progman' **title='Program Manager'** />
<wnd cls='SysListView32' title='FolderView' />
It keeps changing. IDX used to be idx=‘11’ at one point and if i try to use it without idx this happens:
If I try to replacethe value with a wildcard: idx=‘*’ this happens:
I am very upset that the selectors are not working properly, and hope for help.