Install specific chromedriver for protractor

核能气质少年 提交于 2019-12-06 00:05:43
Andres D

This should probably be a feature request for the protractor team. But this is what I recommend you to do:

Change the webdriverVersions property on protractor's config.json file. webdriver-manager uses this property to download the files.

@Andres suggested a good solution, but the easiest can be adding a circle.yml file that contains the following command to upgrade chrome version:

test:
  pre:
    - sudo apt-get update && sudo apt-get install --only-upgrade google-chrome-stable
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!