Hello,
I am working on the “Generate Yearly Report” assignment and trying to get it done by using sequence rather than RE template. I have been successful in doing the same for Assignment 1(Client Security Hash), however, there seems to be something wrong with the workflow (login for Acme) and as far I know everything seems to be in order. Here’s the screenshot of the error I ran into when I tried debugging.
Yes. I’m getting input arguments from getappcrenetials workflow from orchestrator. And i mapped those arguments to this workflow with InCredential Username and Password.
Hi Rahul,
I was able to work my way through the assignment and now I have difficulty with the Get Attribute part where I’m experiencing issues with the selector. Here’s the full error message:
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 System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)
The exception says your selector for “Get attribute” is not valid.
Re-select the activity and see if it works or post the screenshot of selector and the properties for the activity.
I think the part where you extract the information is from a pop-up.
So you need to attach another window and then use get text activity to extract information.