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

Chrome launches in broken/non-functional state on Windows from Admin console #3099

Closed
mmanela opened this issue Aug 23, 2017 · 1 comment
Closed

Comments

@mmanela
Copy link

mmanela commented Aug 23, 2017

This is the same bug reported on karma-chrome-launcher. If you open chrome using the chrome-launcher from an admin process, it open as a "dead" browser tab.

REPRO

  1. Open an admin command prompt (Repro'd on Windows 10.0.15063)
  2. Run Node ( I am using v8.4.0)
  3. let launcher = require('chrome-launcher')
  4. launcher.launch()
  5. Launches dead chrome that is not functional (can't go to any page)
    image

If I do the same steps from a non-admin command prompt this works.

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

No branches or pull requests

3 participants