Fix exact executablePath

This commit is contained in:
Deep Koluguri 2026-06-27 16:30:26 -04:00
parent a300815a1d
commit 1e707a6bbd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ async function runScrapers(credentials) {
const browser = await puppeteer.launch({ const browser = await puppeteer.launch({
headless: 'new', 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'] args: ['--no-sandbox', '--disable-setuid-sandbox']
}); });