I am using Protractor and jasmine.
I have Identified that chrome driver version: 2.32.498550 (latest) is not compatible with the chrome beta (Version 62.0.3202.18 (Official Build)).
It breaks when the statements like
browser.driver.manage().window().maximize()
or
browser.driver.manage().window().getSize()
of the browser windows gets executed.
Can any one help me with this ?