driver.manage().window().maximize() issue with ChromeDriver 2.33

前端 未结 4 1984
感情败类
感情败类 2020-11-29 13:58

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

4条回答
  •  抹茶落季
    2020-11-29 14:39

    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.

提交回复
热议问题