diff --git a/ts/smartpuppeteer.classes.smartpuppeteer.ts b/ts/smartpuppeteer.classes.smartpuppeteer.ts index 3211a9e..22cedd4 100644 --- a/ts/smartpuppeteer.classes.smartpuppeteer.ts +++ b/ts/smartpuppeteer.classes.smartpuppeteer.ts @@ -27,7 +27,7 @@ export const getEnvAwareBrowserInstance = async ( args: chromeArgs, pipe: true, headless: true, - executablePath: '/usr/bin/google-chrome' + // executablePath: '/usr/bin/google-chrome' }); return headlessBrowser;