Hello everyone,
First time here, I am trying to replicate the exercise in tutorial video for recorder refer to web recorder. I have an issue when changing the input, the program goes to yahoo, type the new iput, go to historical data but there can’t choose the two prices I want to compute the signal. I tried to debugged it but I can’t understand the selector. Any suggestions?
I paste here the error I get.
19.2.0+Branch.master.Sha.21b678a4c3a8b1362fcdd6e92496f991e5a7da37
Source: Get Text ‘SPAN’ (Get Text ‘SPAN’)
Message: Cannot find the UI element corresponding to this selector:
Exception Type: UiPath.Core.SelectorNotFoundException
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)
— End of inner ExceptionDetail 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)