Is there a way to maximize the chrome browser window using python selenium WebDriver?
Note: I am using Chrome Driver 23.0 Any solution on this would be greatly appreciat
Try
ChromeOptions options = new ChromeOptions(); options.addArguments("--start-fullscreen");