This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Experienced Error: spawn ENOENT on Windows 8 Node v0.10.18 #187
Closed
Description
I created some tests and they worked fine on my mac. On my Windows 8 machine it generated an error spawn child ENOENT error. This is because java was not installed on the machine (which is required by selenium standalone) and there was no system path environment variable to the java bin directory. I installed java and added system path environment variable to the java bin directory which resolved the issue. Could be worth adding this in the readme.