From f7bac6ea1d6abd1ff9031417690c49e99cf70817 Mon Sep 17 00:00:00 2001 From: calvinballing Date: Sat, 18 May 2019 05:49:23 -0400 Subject: [PATCH] docs(readme): Turn troubleshooting question into a question (#4426) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077dd0ba..c3d79857 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ You may find that Puppeteer does not behave as expected when controlling pages t * Puppeteer is bundled with Chromium--not Chrome--and so by default, it inherits all of [Chromium's media-related limitations](https://www.chromium.org/audio-video). This means that Puppeteer does not support licensed formats such as AAC or H.264. (However, it is possible to force Puppeteer to use a separately-installed version Chrome instead of Chromium via the [`executablePath` option to `puppeteer.launch`](https://github.com/GoogleChrome/puppeteer/blob/v1.16.0/docs/api.md#puppeteerlaunchoptions). You should only use this configuration if you need an official release of Chrome that supports these media formats.) * Since Puppeteer (in all configurations) controls a desktop version of Chromium/Chrome, features that are only supported by the mobile version of Chrome are not supported. This means that Puppeteer [does not support HTTP Live Streaming (HLS)](https://caniuse.com/#feat=http-live-streaming). -#### Q: I am having trouble installing / running Puppeteer in my test environment? +#### Q: I am having trouble installing / running Puppeteer in my test environment. Where should I look for help? We have a [troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md) guide for various operating systems that lists the required dependencies. #### Q: How do I try/test a prerelease version of Puppeteer?