Top "Puppeteer" questions

Puppeteer is a Node.

Crawling multiple URL in a loop using puppeteer

I have urls = ['url','url','url'...] this is what I'm doing urls.map(async (url)=>{ await page.goto(url); …

web-scraping google-chrome-headless puppeteer
How to scrape JSON from puppeteer?

I login to a site and it gives a browser cookie. I go to a URL and it is a …

node.js scrape puppeteer
Is it possible to modify an element in the DOM with Puppeteer before creating a screenshot?

I ran into an issue where I nave a fairly simple Node process that captures a screenshot. Is it possible …

javascript node.js linux ubuntu puppeteer
How to type a text in input box in puppeteer

I need to know how can we type a string in input box using puppeteer. I know it can be …

javascript puppeteer
Debug puppeteer

Is there some way to debug a puppeteer script? One of the buttons just doesn't get clicked for some reason. …

javascript node.js puppeteer
Puppeteer confirm

I am trying to learn puppeteer. I have successfully scripted a login to a page and some navigation. Then I …

javascript confirm puppeteer
Puppeteer Generate PDF from multiple HTMLS

I am using Puppeteer to generate PDF files from HTML strings. Reading the documentation I found two ways of generating …

html-to-pdf puppeteer google-chrome-headless
puppeteer element.click() not working and not throwing an error

I have a situation where a button, on a form, that is animated into view, if the element.click() happens …

puppeteer
Puppeteer not running in headless:false mode

Im trying to start puppeteer in headless:false mode. It's working on my local machine but when i push it …

node.js google-chrome puppeteer headless