I am trying to automate downloading of documents from a web.
When i click a link in the web, there is a pop up window which shows a print preview of the document (HTML).
However when i tried to use send hot key, click, web / desktop recording, everything did not work.
I suspect there is something to do with selector. Is there any special requirement to deal with pop up windows?
Error reads:
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: < wnd aaname = ‘Document Pane’ cls = ‘AVL_AVView’ title=‘AVScrolledPageView’ /> < wnd cls = ’ AVL_AVView’ title = ‘AVPageView’ /> < ctrl idx = ‘1’ name = ’ ________________________________________________________________*’ role = ‘text’ / > ----> 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 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)
Hi I deleted the whole idx and name. However, i do not quite understand “highlight the element”
There seems to be a highlight button but it is grey off.
Click open in uiexplorer
And on the left hand side you LL see the highlight click on that link and check the selector is valid or not
Am I clear?
Thanks
Ashwin.S