This version of ChromeDriver has not been tested with Chrome version 79 error running protractorE2E tests with ChromeDriver Chrome Selenium

前端 未结 2 2037
再見小時候
再見小時候 2021-01-22 16:48

Those are my settings:

.gitlab-ci.yml

image: node
stages:
    - test
tests:
    stage: test
    before_script:
        # Add Google Chro         


        
2条回答
  •  南方客
    南方客 (楼主)
    2021-01-22 17:19

    If you are using npm implementation of protractor type below command in cmd . Today by chrome version was changed to 79 and doing this solved my issue .

    webdriver-manager update
    

提交回复
热议问题