Indicate on screen problem

Hey, I try select notepad with open application activite by using indicate on screen method but it doesn’t recognice it at all. I tried disabling my other monitor also but didnt help at all. Any help into this? Somehow my notepad becomes “explorer.exe” and I don’t know why.

I get error:
RemoteException wrapping System.Runtime.InteropServices.COMException: Cannot find the UI element corresponding to this selector:
at UiPath.Core.Activities.ScopeActivity.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Core.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Hi @Darba

Are you able to do this with UiExplorer

Thanks
Ashwin S

I managed find out that if I change app path to “C:\Windows\system32\notepad.exe”
and app to “”
It works fine, but its still stupid if I indicate screen notepad but it puts it to default “explorer.exe” ? It isn’t supposed to work like that?

Hi @Darba

Check this selector

Thanks
Ashwin S

Yeh I have selector on wnd app=‘notepad.exe’ cls=‘Notepad’ title

Hi @Darba

which version of UiPath Studio are you using

Thanks
Ashwin S

Hey, I tried indicate on screen excel also but by default it puts to explorer.exe and path is c:\windows

My version is:Studio 2019.10.0-beta.111 - 10/14/2019
Community Edition
EXE Installer

I managed open excel when I change the path to “C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.EXE” and also change the Selector to wnd app=‘excel,exe’

I tried also basic recording and if I click app notepad there it offers default path of C:\windows\exlorer.exe which isnt right path for notepad and really weird to me.

Can i get sample WF for indicate on screen,im trying to implement