change size of selenium window code example
Example: change size of selenium window
options = webdriver.ChromeOptions()
options.add_argument("--window-size=1100,1000")
options = webdriver.ChromeOptions()
options.add_argument("--window-size=1100,1000")