question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

issue with the webdriver-manager start

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:21 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
adubbaka2017commented, Oct 18, 2017

This issue got resolved by setting the System Variables. SET PATH=C:\Windows\System32

Also set the environment variables Path to JDK

2reactions
phanectcommented, Dec 26, 2015

@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 that java is not installed or not under PATH. @juliemr Can you reopen this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found