UiPath >> Search : unable to run the recording while clicking on search in website like flipkart/amazon

seq7 has thrown an exception

Source: Attach Window ‘WebRecord Hwndwrapp’

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

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.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)

Something in the selector isn’t working, the robot can’t find the search bar. Check the selector with the UiExplorer and keep trying with different inputs.

@Priyahk I think at run time the selector is changing every time . Use a wild card or use UiExplorer to achieve the same.

Hi…

While Recording the Web i can not record at “search bar and clicking on search” in web sites like flipkart, amazon…

Doing automation from web site open to collection of data into .csv file competently.
Break at “Search bar + clicking search icon”

Thanks you and waiting for result

ur’s Priya :slight_smile:

I unable to perform search process on a website, but there is no error exception, it’s just not working