Error on chrome extension

I am getting below error message , I have already installed chrome extension

Source: Attach Browser ‘5LinkedIn Page’

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.UiBrowserClass.Find(String bstrSelector)
at UiPath.Core.Browser.Find(Selector selector, IVariableResolver resolver)
— End of inner exception stack trace —
at UiPath.Core.Activities.ScopeActivity.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Core.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

@Ritanshu_Saxena,

The error is not with the chrome extension. It is with the selector you have in the workflow to type into something or to get data.

Can you elaborate what are you trying to do?

@Ritanshu_Saxena Please make sure your selector is valid.

Hello @Ritanshu_Saxena and welcome to the community!

Check if the selector is a valid one.
You can do this by going to the activity and clicking “Edit Selector”.

Can you post screenshot of your Selector and maybe some info about what you are doing