In one way, everyone has already recorded the answers:
driver.manage().window().maximize()
but if you are looking for alternative ways , you are here:
driver.manage().window().setSize(screenResolution);
or
driver.findElement(By.id("......")).sendKeys(Keys.F11);
Stackcraft_noob Jul 28 '17 at 15:31 2017-07-28 15:31
source share