Target application could not be identified Error

Amarender

Member
i created application moduler --> windows application to spy windows security popup which requested username and password. I manage to spy using Win32. in my object, i use navigate to launch, then use write to input username.

Im getting this error:

Internal : Failed to perform step 1 in Write Stage '' on page '' - Not Connected

anyone could assist me?

Hi tiger19

As of you only said its popup, so you have to attach that popup. In order to do so you have to activate the popup window first and then start writing the inputs.
 

Amarender

Member
In Process name, I tried giving both one by one :
1. Only the .exe file name
2. The complete path of .exe file

Is there any issue with that?

Or any specific thing, that I am missing out?

Hi Shweta

I know you have your problem solved but i want you to explain the error why your are getting.
As of your screen shot below, i don't know whether you have known the mistake you have done. If you have whats the mistake its well and good.

if not here it is for your further reference

"PROCESS NAME" is not the the path of the application.
It is the application process name which you have opened and found in "TASK MANAGER".
May be it is "HumCSCConsole" (and even you no need to add extension for it as ".exe")
 

Attachments

  • Attach Stage.PNG
    44.9 KB · Views: 49
Top