Difference Between $eval and $$eval in Puppeteer

  • scraping
  • parsing
  • js
  • web-scrapping
  • puppeteer
  • pupeteer
  • pupeter
  • pupetteer
  • puppetteer
  • pptr
  • code
  • JS
  • javascript
  • $eval
  • $$eval
  • scrapping

const links = await page.$$eval('h1 > a', e=>e.map((a)=>a.href))

Β 

Β 

Source: https://stackoverflow.com/questions/51280984/how-to-use-eval-function

Β 

pptr-promise-exmpl


All Articles