Pop Up Window for IE error

Hi All,

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)

TIA!~

Hi @minthodology

Are you able to check this in uiexplorer

Thanks
Ashwin.S

Hi @AshwinS2 ,

Not sure what do you mean by “check this in uiexplorer”?

The selector
Thanks
Ashwin.S

Hi @AshwinS2,

Are you asking if i am able to open in UI Explorer in my Selector Editor?
No i can’t the Open in UI Explorer is grey off.

Which version are you using

Thanks
Ashwin.S

Hi @AshwinS2,

I am using Studio 2018.4.3

Hi
Show us the screenshot of uiexplorer window with the selector

Thanks
Ashwin.S

Hi @AshwinS2,

Just want to add that i am able to open ui explorer for my other selectors.
Only unable to detect for this Pop up window.

Capture

Hi @minthodology can you remove the idx and name property and highlight the element

Thanks
Ashwin.S

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.

Highlight this selector in open in ui explorer

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

Hi @AshwinS2,

As in the screenshot, the Open in UI Explorer is grey off. I cant open it.

Copy the selector and check
Is working fine or not

Thanks
Ashwin.S

Hi @AshwinS2,

I do not understand what you mean by copy the selector.
Copy the selector of what and paste where?

I mean to say copy the selector of the screenshot you shared and paste the selector in click activity and validate

Thanks
Ashwin.S

Hi @AshwinS2,

Your guidance works! Thanks! :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.