This reverts commit 357224d6b1.
This commit is contained in:
parent
0ed328f6de
commit
cc4782a718
|
|
@ -134,9 +134,6 @@ export class Chromium extends BrowserType {
|
||||||
if (options.devtools)
|
if (options.devtools)
|
||||||
chromeArguments.push('--auto-open-devtools-for-tabs');
|
chromeArguments.push('--auto-open-devtools-for-tabs');
|
||||||
if (options.headless) {
|
if (options.headless) {
|
||||||
// See http://crbug.com/1200964
|
|
||||||
if (process.platform === 'win32')
|
|
||||||
chromeArguments.push('--use-gl=swiftshader');
|
|
||||||
chromeArguments.push(
|
chromeArguments.push(
|
||||||
'--headless',
|
'--headless',
|
||||||
'--hide-scrollbars',
|
'--hide-scrollbars',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue