Increase Resolution in RDP connections

Hi,

I’m trying to use RDP with Eggplant Functional but the screen resolution is very small compared to what we need. When normally using RDP in windows you can set the resolution before connecting but I can’t find that option in the gui.

So is there a config file I can modify somewhere to change the resolution or is there an option hidden away in the gui?

Thanks

theauxiliaryguy

p.s. vnc isn’t available to us, otherwise I’d use that

Good news. You can set the RDP connection size when connecting from a script.
Just specify width and height with the values you want. Like so:

connect (host:"192.168.1.116", port: 3389, type:"rdp", username:"jonathan", password:"MYPASS", width: 1600, height: 1200)

We’ll be adding a GUI option to do this in the near future.

Thanks for the quick reply :slight_smile: works like a charm!