I have my robotframework setup on my PC. I would like to connect to a remote windows client, have it open a browser and access a URL. Verify that the pages has loaded. Pretty basic but since I am new to RF, I wanted to know how that would work. For Linux machines, I would use the SSHLibrary and just execute commands (wget) but for the windows machine, I need to use the browsers.
- Do I need RF installed on the destination client RDP?
- Do I need the webdrivers for each browser on the client RDP?
- How would I go about logging in the Windows machine through RDP?
- After Logging in with RDP, I run the same "open broswer" with broswer and URL?
Thanks!!!