hi everyone, I have a strange problem
I need to do an action using clicks from desktop recording tool, I have use this tool and I get a new window with a new menu and items into. The problem is that UIPath not recognize my selector (getted automatic by clicking)
Like you can see, there is a father window. Using “click event”, y navigate from this menu and it open another “child window”. In this i cannot do CLICK event.
This is the error:
Main has thrown an exception
Message: Cannot find the UI element corresponding to this selector:
Source: Action Click ‘menu item Acciones’
Exception Type: SelectorNotFoundException
UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: —> System.Runtime.InteropServices.COMException: Cannot find the UI element corresponding to this selector:
at UiPath.UiNodeClass.FindFirst(UiFindScope scope, String nodeID)
at UiPath.Core.UiElement.FindFirst(FindScope scope, Selector selector)
— End of inner exception stack trace —
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Can be possible an issue, and software cannot recognize child windows?, Else, how can I select this window?, What is the selector right?
Thank you very much
Regards.