issue with the webdriver-manager start
See original GitHub issuewhen 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.
Issue Analytics
- State:
- Created 9 years ago
- Comments:21 (3 by maintainers)
Top Results From Across the Web
webdriver-manager start command returns certificate error #250
I have the latest version of webdriver-manager installed 12.0.5. This was running for me fine last week, but since yesterday this problem has ......
Read more >Problems with running webdriver-manager start - Stack Overflow
When I run this pipeline, it gets struck at webdriver-manager start --standalone. Not coming out of it so that it runs the next...
Read more >WebDriverManager: How to manage browser drivers easily?
Selenium WebDriver is an automation tool widely popular and is useful to run tests against multiple browsers like Google Chrome browser, ...
Read more >angular/webdriver-manager - Gitter
The issue I am now facing is that I cannot start webdriver-manager. webdriver-manager start --proxy=http://[proxy] --ignore_ssl. I get the following error:
Read more >WebDriverManager - Boni García
Internally, WebDriverManager starts another Docker container using ... There is an open issue with Chrome 92+ and Docker at the time of this ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue got resolved by setting the System Variables. SET PATH=C:\Windows\System32
Also set the environment variables Path to JDK
@mona9301’s issue also happens on Linux. (Kubuntu 14.04) I found I didn’t install Java. I installed it and the issue is fixed.
I think
webdriver-manager
should show error message thatjava
is not installed or not underPATH
. @juliemr Can you reopen this?