You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open an admin command prompt (Repro'd on Windows 10.0.15063)
Run Node ( I am using v8.4.0)
let launcher = require('chrome-launcher')
launcher.launch()
Launches dead chrome that is not functional (can't go to any page)
If I do the same steps from a non-admin command prompt this works.
The text was updated successfully, but these errors were encountered:
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
let launcher = require('chrome-launcher')
launcher.launch()
If I do the same steps from a non-admin command prompt this works.
The text was updated successfully, but these errors were encountered: