I am using:
driver.manage().window().maximize();
to maximize the chrome screen, but it is not working and give me a message:
this statement is not getting executed. version of chrome is:Version 62.0.3202.75 (Official Build) (64-bit)
Can anybody help me to solve the issue.