chore: change to true headless view page
This commit is contained in:
parent
88612a3b2e
commit
5454a14fbc
|
|
@ -30,7 +30,7 @@ export async function scrapeTokopediaProduct(
|
|||
|
||||
try {
|
||||
browser = await puppeteer.launch({
|
||||
headless: false,
|
||||
headless: true,
|
||||
args: ["--no-sandbox", "--disable-setuid-sandbox"],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue