Using Trappractor webdriver-manager raises errror as events.js: 72 throw er; // Unhandled event 'error'

I was not able to start selenium server using protractor in cmd when running webdriver-manager

I have update webdriver-manager update -g, and impressions are up to date

But the problem is as follows. I also updated the java path.

C:\Users\java>webdriver-manager start
seleniumProcess.pid: 0

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
    at errnoException (child_process.js:1001:11)
    at Process.ChildProcess._handle.onexit (child_process.js:792:34)
+4
source share

All Articles