Assignment 2 - Calculate Client Security Hash: Get Hash Code throwing exception

Hi,

Assignment: Calculate Client Security Hash
Application: SHA1 ONline
Activity: Get Text / Get Full Text

Description: When I run the project it throws below error. When I execute the file alone with hard coded arguments, it works. What am I missing? Please help. Any further details required please let me know.

Code File: SHA1Online_GetHashCode.xaml (10.8 KB)

Error:
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.UiNodeClass.FindFirst(UiFindScope scope,
String nodeID)
at UiPath.Core.UiElement.FindFirst(FindScope scope,
Selector selector,
IPlaceholderResolver placeholderResolver)
— End of inner exception 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)

Can you reselect the text manually again and run the process @Siddarth_Nair?

Actually, I don’t think the selector will miss once you have selected the text. Just select the text again once and then check if it helps