Error: Cannot find the UI element UiPath.Core.SelectorNotFoundException is being triggered

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
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)

I have tried using UIExplorer and Indicating element in Sequence

Could you please explain more about your process…
It seems like you are using click/get text/send hotkeys etc activity without selector value.

are you clicking on log in button?

Just below selector there is one option call wait for ready
Click on it and select complete.

Currently given selector is valid.

Yeah…I am clicking log in button. Updated the Wait for ready to complete. Still receiving attached error.

just open selector and try to repair it.

I see Repair is disabled.

uncheck parentid
and try again.
or could you paste link of that webpage?

Hi Aditya,
Did you get a chance to look at the webpage.

@sbvssrs

just check below code, let me know the issues if any,

Main.xaml (6.5 KB)

@sbvssrs
Workflow working?

Hi Aditya

I am currently travelling and I am not having the machine with me. Will look into it on Monday and update you. Thanks a lot for your help.

1 Like

Hi Aditya, Sorry to trouble you again. Ran the Main.xaml file you have shared and i see the Same error. Please find the attached screenprint for the same.

@sbvssrs
Is it opening chrome browser?

Yeah it is opening chrome browser and the link is being entered and redirected to Web Page. But the selectors are not being selected.

Main.xaml (6.4 KB)

@sbvssrs, could you please try this?

1 Like

Thanks a lot Aditya…It is working now.

Can you please let me know what is the issue

1 Like

@sbvssrs

Great…finially it worked…
We used complete selector instead of partial selector.
This quite hard to explain in few words so i will send you an email of “why” with scenario.

And could you please mark most useful reply as solution so that if someone encounters same problem they will eaisly findout solution without scrolling each reply.

Br aditya

1 Like