Protractor Process exited with error code 100

后端 未结 5 1082
[愿得一人]
[愿得一人] 2021-01-19 21:41

I\'m trying to setup protractor on different computer. It is using the same files with my other computer (cannot be used because hdisc corrupted).

It run fine on my

5条回答
  •  不要未来只要你来
    2021-01-19 22:08

    use directConnect=true in your config. if you are already using that, The problem is with the webdriver.

    Try running below commands from your project location

    webdriver-manager clean
    
    node node_modules/protractor/bin/webdriver-manager update --standalone --versions.standalone=3.8.0
    

提交回复
热议问题