-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
docs(headless-chrome): switch to prioritize headless #4553
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice win!
docs/headless-chrome.md
Outdated
For now, we recommend running Chrome with xvfb. See below. | ||
## CLI (headless) | ||
|
||
> **Note**: Headless Chrome still has a few bugs to work out. For example, [network emulation](https://bugs.chromium.org/p/chromium/issues/detail?id=728451) is not supported yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove this caveat now? :D
might be worth still noting there may be some graphics-related perf differences
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 . offline and throttling are implemented. we can nuke the note.
there should probably be a list somewhere which documents known differences between headless and headful. but there isn't one yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @ebidel
docs/headless-chrome.md
Outdated
|
||
## CLI (xvfb) | ||
|
||
Chrome + xvfb is the stable solution we recommend. These steps worked on Debian Jessie: | ||
Alternativeluy, you can run full Chrome + xvfb instead of headless mode. These steps worked on Debian Jessie: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Alternativeluy/Alternatively
ready to go |
Prioritizing headless now that it supports emulation.