-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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-headless support #739
Comments
That's awesome, Thank you very much for the advice! The chrome headless mode will make the infrastructure of Wechaty become simple and easy to setup. I'd like to switch to that. Will dive into it when I have time, and PR is welcome! UpdatesRequirementChrome Version:
|
After implementing the headless chrome, I found that we have to wait until the chrome V62 to be released, which is planned in Oct 2017. That is because when we are using See: https://bugs.chromium.org/p/chromium/issues/detail?id=721739#c26 |
Wechaty version v0.8.148 or above can enable Chrome headless mode by setting the env with |
Now, chrome support headless mode. It can run without Xvfb lib. I advise that the wechaty project should move from phantomjs to chrome-headless.
There are some projects to referred.
The text was updated successfully, but these errors were encountered: