modified : puppeteer headless true
This commit is contained in:
parent
1ac4d0c1bc
commit
dcfffc9fb4
2
index.js
2
index.js
|
|
@ -26,7 +26,7 @@ async function captureComplexArticles(complex) {
|
||||||
console.log(`\n🏢 [${name}] (${id}) 데이터 수집 시작`);
|
console.log(`\n🏢 [${name}] (${id}) 데이터 수집 시작`);
|
||||||
|
|
||||||
const browser = await puppeteer.launch({
|
const browser = await puppeteer.launch({
|
||||||
headless: false,
|
headless: true,
|
||||||
args: [
|
args: [
|
||||||
"--no-sandbox",
|
"--no-sandbox",
|
||||||
"--disable-setuid-sandbox",
|
"--disable-setuid-sandbox",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue