diff --git a/index.js b/index.js index daabeb3..48f35de 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,7 @@ const webServer = new Server({ console.log('Starting Google Chrome') ChromeLauncher.launch({ - chromeFlags: ['--disable-gpu', '--disable-dev-shm-usage', '--no-sandbox', '--hide-scrollbars'], + chromeFlags: ['--headless', '--disable-gpu', '--disable-dev-shm-usage', '--no-sandbox', '--hide-scrollbars'], port: 9222, startingUrl: (process.env.STARTING_URL || 'about:blank') }).then((chrome) => {