Error dropdown menu - Exception Type: UiPath.Core.SelectorNotFoundException (WEB Recording)

Hey guys, I’m new to UIpath tool and I’m having some problems trying to select items in dropdown menus. Here is the message:

-----------------------------------------------------error message-------------------------------------------------------

Source: Click ‘B’

Message: Cannot find the UI element corresponding to this selector:

Exception Type: UiPath.Core.SelectorNotFoundException

RemoteException wrapping UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: —> RemoteException wrapping 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, IVariableResolver resolver)
— 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)


→ I’m attaching some images to help you guys out.

So this is the dropdown menu:
dropdown

This is the website:

I’m trying to fill out the health informations (It needs an account to access this page).

Can someone help me out??

Thanks in advance!!!

1 Like

This is my workflow:

Infos:

Hi
Welcome to UiPath community

That should work buddy
Fine
Can i have a view on your selector of possible
For both the clicks
Cheers @gabrielTeixeira93

First selector:

@Palaniyappan
Second selector:
selector2

Well i think we need to include more attributes to make this more robust…
Fine try with send hot key with key down and another send hotkey Activity with key enter
That would work for sure.
Cheers @gabrielTeixeira93

Got the same error:

19.6.0+Branch.master.Sha.adf20656f41da84cdec5e5620b62276717eb7319

Source: Send Hotkey ‘B’

Message: Cannot find the UI element corresponding to this selector:

Exception Type: UiPath.Core.SelectorNotFoundException

RemoteException wrapping UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: —> RemoteException wrapping 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, IVariableResolver resolver)
— 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)

1e

@Palaniyappan
3e

@Palaniyappan any suggestion in what should I do?

NZ.xaml (9.2 KB)

Selected value can be changed from the Selector of the 2nd click in the workflow.

Hello, Use Select Item activity to work with Drop Down button instead of Click. Go through video. It will help you.
Work with Drop Down

1 Like

Hey guys, I solved the problem. Used send hotkeys at it worked fine! Thanks for all the help!

1 Like