0

I have learnt about running automation by Java with winAppDriver.

I have some pc (WIN 10) that works with RDP, and from some constraints we cannot install nothing on the RDP.

So we want to run the testing from the local for doing automation on the RDP.

By when I'm trying to inspect.exe the inner elements that inside the RDP nothing shown.

So it's not possible ?

Is it possible by other tools?

lingar
  • 477
  • 1
  • 7
  • 25
  • Seems that the answer is NOT https://stackoverflow.com/questions/39853973/automate-gui-testing-on-windows-of-a-remote-desktop-app – lingar May 23 '22 at 18:06

1 Answers1

1

Inspect.exe is application for local use only. So if you want to inspect something in remote desktop run it's there.

Moreover inspect.exe seems to work fine if you simply copy (without installing whole windows sdk which provides this tool) to the needed pc

  • 1
    Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Akzy Mar 13 '23 at 12:49