Webdriver-manager banner error

I am getting the following errors with webdriver-manager update

. My protractor is in version5.1.1

my_local_windows_directory> webdriver-manager update

events.js: 160 throw er; // Unhandled 'error' event ^

Error: write EPROTO 101057795: error: 140770FC: SSL routines: SSL23_GET_SERVER_HELLO: unknown protocol: openssl \ ssl \ s23_clnt.c: 794:

on export._errnoException (util.js: 1022: 11) on WriteWrap.afterWrite (net.js: 801: 14)

Any ideas for solving this problem. I am behind corporate Lan, but I also tried BYOD network but still didn't solve it.

+1


source to share


1 answer


1) Reboot mac

2) Run this -> webdriver-manager update



3) Run this -> webdriver-manager start

4) Also you can check your ports sudo lsof -iTCP -sTCP:LISTEN -n -P

0


source







All Articles