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

launch.js with IE stops twice, and the first stop fails #11

Open
mitchhentges opened this issue Feb 26, 2016 · 2 comments
Open

launch.js with IE stops twice, and the first stop fails #11

mitchhentges opened this issue Feb 26, 2016 · 2 comments

Comments

@mitchhentges
Copy link
Member

See the output when I run launch.js with BROWSER=ie:

$ set BROWSER=ie
$ node example/launch.js
Instance started with PID: 3684
Instance stopped with exit code: 1
Instance stopped with exit code: 0

@tomitm, maybe you'd be interested?

@mitchhentges
Copy link
Member Author

There is a still an issue with re-spawning the ie browser after my code stops the browser. I think it might be a windows thing not allowing for terminating the process. You might want to explore that further.

See vsashidh's comment here

@tomitm
Copy link

tomitm commented Feb 27, 2016

IE has a multi-process model, like Chrome, so there's multiple processes that are launched, regardless of if it's launched by browser-launcher or yourself via run.

Either way, I imagine it shouldn't be exiting with error 1. I'll poke around a bit and see what I can find.

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

No branches or pull requests

2 participants