I’m new to UiPath, I’ve got this strange issue and maybe a bug, this is what I’m trying to do, is to open RUN and type in " intcpl.cpl" which should open IE settings, this only works a few times and then gets an error after a while, retagging the indicate on screen fixes this issue and then after a while it will run into the same issue.
hi,
Try with the dynamic selectors, If i am correct the selector is changing every time. try to find which element is changing exactly and make it dynamic using *.
this should work.
regards.
The error message says that it is looking for an element in explorer.exe that doesn’t exists. This might be because the system is checking before the element is loaded or there might be a varying selector value that changes every time.
Add logs to check every state’s processing.
Remove the dynamic attributes like cls, ctrlid. and fine tune your selector.
In type into, try setting target selector as,
@Jchizzel168 on the Selector Editor, try to change the ctrlid 12298 into ctrlid *
Probably because the selector couldn’t find the specific element with the current ID, so try to change that random number into *