Hi,
Is there any way to change the screen resolution using UiPath studio? I want to check the screen resolution and change the resolution as per the given inputs.
Thank You in advance
Hi,
Is there any way to change the screen resolution using UiPath studio? I want to check the screen resolution and change the resolution as per the given inputs.
Thank You in advance
Welcome to Community!
I think no possibilities to change the screen resolution with UiPath studio what you can do is check for the screen resolution and if it is not correct resolution terminate the flow and the change the resolution manually and run again
Condition for checking the resolution
System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width =1920 And System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height=1080
If it is unattended you can change the resolution like the below
How do you set the screen resolution for a UiPath robot? - Stack Overflow.
Regards
Sudharsan
Hello @bhupendrabk1 , Welcome to UiPath Community.
Refer to this thread, you may get some idea