Protractor issue with chromedriver versions like 76.0.3809.12

后端 未结 3 2088
心在旅途
心在旅途 2020-12-20 08:03

Protractor issue while running the conf.js file for new chromedriver versions like 76.0.3809.68

I am trying to run the protractor tests on latest chrome version whic

3条回答
  •  甜味超标
    2020-12-20 09:07

    You need to install compatible chromedriver version which is 76.0.0. chromedriver versioning convention is now changed to track the chrome version.

提交回复
热议问题