Problem: I need to adjust the size of the inner window in a Selenium driver. For instance, if you press F12 to activate the dev console, and adjust the size of the console itself, this would be changing the inner width of the window.
How can I emulate this in Selenium Python?