We are working to automate workflow for a desktop application. But the problem we are facing is that UI Explorer doesn’t load selectors for Windows Desktop Applications such as Task Scheduler(“Type Into”
for Creating a new Task), Event Viewer, or any custom VB6 desktop Application.
On other hand, it works fine for notepad, any browser, etc.
This has been tried both in 2018.1.1 and 2018.2.3 version.
What could be the possible issue? Can someone please help, it is urgent.
PS: all of it works on one of my colleague’s machine but few of us are stuck on this issue.
PFB:
Trying to get selector for Name field. Ui Explorer is blank.
Thank you! This worked our for us. It runs as Administrator and loads up the selectors for WIndows Applications as well as the custom VB6 Desktop Application.
The problem is that the target application runs as admin so UiExplorer cannot inject into target process (because it has lower privileges). Even if you have a selector it is not guaranteed to work when running the automation (for the same reasons).