schickling/chromeless

stop using headless mode

rotempl opened this issue · 2 comments

Hi
How do I stop using headless mode and continue to run it locally?

Do not use default launchChrome: true set it to false according to https://github.com/graphcool/chromeless#local-chrome-usage

Then you need to run browser in separate terminal before you execute your chromeless script as described, but leave out --headless parameter.

All will happen in front of your eyes now.

i tried this with google canary, and the new window will open but the script still runs headlessly

\pathToCanary\chrome.exe --disable-gpu --remote-debugging-port=9222 && node myFile.js