Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't manually stop PhantomJS instance on Windows #32

Open
gregpabian opened this issue Apr 16, 2015 · 3 comments
Open

Can't manually stop PhantomJS instance on Windows #32

gregpabian opened this issue Apr 16, 2015 · 3 comments
Labels

Comments

@gregpabian
Copy link
Collaborator

That's because PhantomJS's executable is not being started directly by the browser-launcher but using a CMD script from NPM directory (phantomjs.CMD). So the instance actually points to the script, not the executable.

@gregpabian gregpabian added the bug label Apr 16, 2015
@vweevers
Copy link

I mentioned it earlier, but this will be fixed by win-detect-browsers, returning the executable instead of the .cmd. Haven't got around to finishing that issue.

@gregpabian
Copy link
Collaborator Author

Alright, I'll leave this one for now hoping you'll manage to solve that issue on your side. Thanks.

@vweevers
Copy link

vweevers commented May 3, 2015

Released 2.0, should now return phantomjs.exe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants