Can TC automation be done through remote desktop connection of Windows?
Hi there:
My case is as below:
1 Use TC open remote desktop connection of Windows, then input IP, click connect
2 Switch to remote desktop of target server, then do some operation on target app of target server
3 back to local server do next step operation
Can TC do thin kind of work like I said? If so, how can I write the script to do like this?
I really appreciate any help you can provide.
TC is not able to interact with the contents shown in your Remote Desktop Window, because of how RDP renders its contents - the remote machine sends pixel-based representation of the screen, similar to a video stream. Therefore, RDP doesn't expose the remote UI in a way that allows object recognition. However, a possible workaround is to use mouse coordinates to click on various locations of your Remote Desktop Window.