I need a browser in Selenium to work as if it's maximized, so that website that I process perceived it as maximized, but I want it really to be minimized, so that I could work in parallel while the script executes. The simple: driver.maximize_window()
just maximizes windows.
So, is there a way for a window of browser to be maximized for website, but in reality minimized?