This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 575
connectToChrome doesn't set this.chromeInstance #159
Comments
Hi @torbs — could you share the stack trace of the caught |
|
|
Hi @torbs thanks for reporting this and raising the PR to address it. I see what you mean: if Chromeless didn't launch Chrome, we won't have a chromeInstance, therefore no port. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using chrome-launcher to run a headless chrome locally.
This gives av unhandledRejection error.
Catching the error I find that the error is at dist/src/chrome/local.js line 123 and thatLocalChrome.chromeInstance is undefined.
The text was updated successfully, but these errors were encountered: