Fix exact executablePath
This commit is contained in:
parent
a300815a1d
commit
1e707a6bbd
|
|
@ -12,7 +12,7 @@ async function runScrapers(credentials) {
|
|||
|
||||
const browser = await puppeteer.launch({
|
||||
headless: 'new',
|
||||
executablePath: '/usr/bin/google-chrome',
|
||||
executablePath: '/home/pptruser/.cache/puppeteer/chrome/linux-150.0.7871.24/chrome-linux64/chrome',
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox']
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue