You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
when I run webdriver-manager start, after an update which processes successfully, I get this error:
C:\Program Files\nodejs\node_modules\webdriver-manager\lib\index.js:243
console.log('seleniumProcess.pid: ' + seleniumProcess.pid);
^
ReferenceError: seleniumProcess is not defined
at WebdriverManager.start (C:\Program Files\nodejs\node_modules\webdriver-ma
nager\lib\index.js:243:41)
at Object.<anonymous> (C:\Program Files\nodejs\node_modules\webdriver-manage
r\bin\webdriver-manager:59:22)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
I'm trying to run this on a 64bit windows 7 machine, running node v0.10.29 and Java SE runtime environment build 1.8.0_05-513. Do I need to install some separate selenium dependency for windows? Seems obvious and common, but I tried to google this but I found no one with the same error.