-2
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 = document.querySelectorAll('selector')
})
But likewise, it doesn’t work in headless:true mode
I am using ppt V10.1.0