robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.17k stars 225 forks source link

Treat browser window maximization under headless mode (Selenium) #1075

Closed cmin764 closed 1 year ago

cmin764 commented 1 year ago

There's a misconception when developing browser automation with Selenium, where maximizing the window makes sense on your local UI-enabled machine, but once that's deployed under our Linux cloud container it doesn't make sense and calling Maximize Browser Window won't know to which size to enlarge since there's no known resolution in a headless environment. (Stackoverflow context)

A couple of improvements can be added: