The release notes for ChromeDriver 2.33 says that \"\"Fixes a bug which caused Resizing/Positioning Window commands to fail on Chrome 62+\" however this still seems to be an
I believe there were some old chrome driver processes running in backend and same were being picked up when it was invoked via code. I deleted all processes instances, deleted old version of chrome driver, added the new 2.33 version and it worked. Thanks all for your suggestions.