I am facing data masking issues in the new release in 2018.3.0. This was working fine in the earlier release but since UiPath got updated to 2018.3.0, even after using wizard to extract data, it is not working. Can somebody please help?
I have an urgent delivery so will appreciate a speedy response.
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.UiBrowserClass.Find(String bstrSelector)
at UiPath.Core.Browser.Find(Selector selector)
— End of inner ExceptionDetail stack trace —
at UiPath.Executor.WorkflowRunner.EndExecute(IAsyncResult result)
at UiPath.Core.Activities.InvokeWorkflowFile.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)
@Ruchi_Srivastava Try this use open browser and in the uibrowser properties create variable(v1) and use attach browser in the browser properties pass variable (v1)
Sorry Its a client URL. I will not be able to share.
Nonetheless wanted to inform that the data scraping was successful in the earlier version…
I uninstalled the UiPath and installed once again afresh. The first time it worked but the second time onwards I am getting the same problem again. Not sure what is the issue.
I am sharing part of xaml file. Hopefully this will get an idea what I am trying to achieve.
My issue is the selectors are very inconsistent. Sometime these work. Sometimes not. I have spent a considerable time trying all permutations and combinations but havent yet found a permanent fix.
Have you managed to find a solution. I am having a similar problem, the old release picked up elements in a desktop app (Microstrategy Command Manager) that uses java, but the new release wont.