Posts by jose neto • 1 point
1 post
-
-2
votes0
answers14
viewsQ: How to make Puppeteer work in headless; true mode
I’m trying to get the innerText 3-element page.$$('selector') but it doesn’t work if I leave the headless: true I’ve tried using page.evaluate(()=>{ const elems =…