Is it possible for a bot to change the screen resolution on a Windows machine?
I have a task where I need to capture a screenshot, insert it into an Excel cell, and resize it appropriately. This works perfectly on my machine, but it’s not working on the user’s machine due to a difference in screen resolution. Is there any solution to handle this issue?
Your bot might get have appropriate permission to set screen resolution.
Best option is to ask IT support to match dev and prod screen resolution.
If you want to take screenshot from browser you can try ‘Ctrl +’ or ‘Ctrl -’ using keyboard shortcut to zoom in zoom out your web app and then take screen shot.
You can set the robot resolution from tenant → manage access → edit robot user → robot settings where you would see resolution option set it to any resolution you need