I am facing an Issue while executing a Workflow which open Oracle Applications Page and then Self service window. After navigate to that page it has to click for the next notification. It is working for few notifications and then it exiting the flow with the below exception. One strange thing is , it is working fine in my Colleague machine . We are using same UI path Studio version. 2018.2.2. Kindly help me in this regard.
Below is the Full exception details
Exception Type: AggregateException
System.AggregateException: One or more errors occurred. —> System.ArgumentException: Value does not fall within the expected range.
at UiPath.UiBrowserClass.get_node()
at UiPath.Core.Browser.get_Element()
at UiPath.Core.Activities.Target.<>c__DisplayClass33_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
— End of inner exception 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)
—> (Inner Exception #0) System.ArgumentException: Value does not fall within the expected range.
at UiPath.UiBrowserClass.get_node()
at UiPath.Core.Browser.get_Element()
at UiPath.Core.Activities.Target.<>c__DisplayClass33_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<—
Based on the error message I’m thinking that maybe there are no more notifications to handle.
Was it working with another Studio version? Is your colleague’s machine the same as yours (and Studio version)? Can you think of some main differences that could cause the process to fail on your machine?
there are no more notifications to handle. . No Ovi, we have still 12 more notifications to handle
also to the second point, we are having same company and same configuration machines and we using same UI Path Studio version 2018.2.2.
Are both you and your colleague (on which machine the workflow is working fine) using the same browser and browser version?
Also can you specify what is the activity that fails?