3

I am trying to automate certain things in a remote desktop using surface migration techniques in blueprism.

I have to open Windows Remote Desktop and enter the login details, but i am unable to identify it in application modeller. After launching mstsc.exe using the application modeler the identify button disappears and turns back to launch and due to this i am unable to use region mode to identify or spy elements.

Any solutions for this?

Snippet of the application modeller

Vivek
  • 55
  • 1
  • 1
  • 6
  • Do you run it as a windows application? If you do that I dont see why you should use Region Mode. – RAFEL Oct 31 '17 at 07:05
  • Yes, i am running it as windows application. I was trying this with different applications and saw the same thing happening with windows 10 version of calculator. – Vivek Oct 31 '17 at 18:42

1 Answers1

3

I solved this problem creating 2 objects. - Object one will execute "mstsc.exe" - Object two will attach an existing mstsc.exe execution

So you have to launch mstsc.exe in your first object then go to the second one and attach it. If everything goes fine, you'll be able to use the application modeler in your second object and identify whatever you need to.

Example first object: 1

Example second object: 2

esqew
  • 34,625
  • 25
  • 85
  • 121
sheko
  • 31
  • 2