Hi Team,
We are using python selenium BDD framework. We recently upgraded chrome driver and chome browser to 137.0.7151.55, from then we see chrome driver is not honoring the --window-size parameter.
We have tried below code:
driver.maximize_window()
options.add_argument('--window-size=1920x1080');
options.add_argument('--start-maximized')
Though we added above lines of code under options class we see window is opening with tablet size. Any one also seeing the issue, if yes please suggest us the solution for this.
Regards,
Narendra