Pega Robotics Unable to Interrogate ClickOnce App
Hi All,
I've been having some issues Interrogating a ClickOnce Application; The name of the Application is "Reimbursement", every time I start the Interrogation over it, a ClickOnce popup appears.
"Verifying application requirements. This may take a few moments."
The popup disappears, the application launches but the Interrogation stops.
I have followed these steps I found on previous posts
"The simplest way to do this is to create a Windows Application adapter. Set your adapter Start method to StartAndWait. The application you are going to start is Internet Explorer (set Path to the full path to iexplore.exe) with Arguments set to your ClickOnce Url. The TargetPath will be the process name you see in Task Manager (on the processes tab) when the application is running. You will need to extend the StartTimeout to allow for download time when the application is updating.
StartAndWait will start the application in the Path property and wait for the application in the TargetPath and then attach."
I've got to the point on calling the app successfully, but the interrogation is not able to catch the Application and then I get an timeout message.
Hi All,
I've been having some issues Interrogating a ClickOnce Application; The name of the Application is "Reimbursement", every time I start the Interrogation over it, a ClickOnce popup appears.
"Verifying application requirements. This may take a few moments."
The popup disappears, the application launches but the Interrogation stops.
I have followed these steps I found on previous posts
"The simplest way to do this is to create a Windows Application adapter. Set your adapter Start method to StartAndWait. The application you are going to start is Internet Explorer (set Path to the full path to iexplore.exe) with Arguments set to your ClickOnce Url. The TargetPath will be the process name you see in Task Manager (on the processes tab) when the application is running. You will need to extend the StartTimeout to allow for download time when the application is updating.
StartAndWait will start the application in the Path property and wait for the application in the TargetPath and then attach."
I've got to the point on calling the app successfully, but the interrogation is not able to catch the Application and then I get an timeout message.
On the post also someone was facing the same issue and seems he made it work using explorer instead of internet explorer, that's why I'm calling explorer on my app but no results(I also tried ie).
I'm using
Pega Robotics Studio
Version 14.0.25420.1 D14REL
Microsoft .NET Framework
Version 4.7.02556
Pega Robotics Studio 8.0.1076.0
Please see the attachments and I'll appreciate any help.
Thanks!