I’m creating a workflow that generates 10 fake names along with their details and then sorts them in an excel file that will be organized in 5 columns namely: Name, Phone, Birth-date, Email-Address and City, State, Zip. After sorting all the details, the workflow should continue to save the excel file in a specified folder.
Thank you for sharing result.
From your screenshot, it seems first click is successful however 2nd is failed, is this right?
I suppose selector might be something wrong. Can you share selector of the Click activity?
In the Ui Explorer I can’t remove that line. It’s checked permanently (the option to uncheck it is not available) In the Editor Selector I have been able to. I have deleted it and it has given the same error again.
Now in the Editor Selector the <html…> line has also been checked permanently and can’t be removed.
Is the exception same with previous one and at same activity?
Anyway, I just wrote simple sample to click the button 10 times in the site.
Can you check it works in your environment? if works, can you check different with yours?
Your workflow works perfectly. But If I try the same, it doesn’t work on mine. Even copying and pasting. I don’t get it… And all the time the error showing exactly the same.
Click ‘INPUT generate’: One or more errors occurred.
RemoteException wrapping System.AggregateException: One or more errors occurred. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Uninitialized UI node.
at UiPath.UiBrowserClass.get_node()
at UiPath.Core.Browser.get_Element()
at UiPath.Core.Activities.Target.<>c__DisplayClass55_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.ObsoleteTaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
Not make sense. I’m really sorry for the time spent, but for some reason my workflow doesn’t work.
The error is in the click (which is not an activity in parallel to another) not in obtaining the data.
On the other hand, the base Anchor activity has that structure in parallel, I don’t choose it.
Just one observation from my side I could see screenshots for all the activities except click generate. Can we indicate this activity one more time and make the selector dynamic and try (like don’t keep full title and use fake person* ). Please try and let us know. Thanks.
What I have marked in purple are selectors that I can’t modify or unmark.
I have this errors:
ExceptionDetails
RemoteException wrapping System.AggregateException: One or more errors occurred. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Uninitialized UI node.
at UiPath.UiBrowserClass.get_node()
at UiPath.Core.Browser.get_Element()
at UiPath.Core.Activities.Target.<>c__DisplayClass55_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.ObsoleteTaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
IT WORKS! IT WORKS!
First, I removed the CloseTab activity and it worked. Then, I tried to add the CloseTab activity outside the While Loop activity, and it worked !!
I don’t understand why CloseTab activity came into conflict with Click activity, but… It works!