Use pipes for communication with chrome to avoid networking snafus (#42097) (#42188)

This commit is contained in:
Joel Griffith 2019-07-29 14:01:43 -07:00 committed by GitHub
parent 995bd809fc
commit 173d4848b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,7 @@ export class HeadlessChromiumDriverFactory {
let page: puppeteer.Page;
try {
browser = await puppeteer.launch({
pipe: true,
userDataDir,
executablePath: this.binaryPath,
ignoreHTTPSErrors: true,