Most voted "pupeteer" questions
3 questions
Sort by count of
-
1
votes0
answers238
viewsPuppeteer take data from Submit
The goal is to have a simple html with a text input and when the user gives Submit the input with the instagram username, the Puppeteer receive the url ('https://instagram.com/${username}') but I’m…
-
0
votes0
answers280
viewsHow to download files using Puppeteer with headless: true
I have a system that searches download websites, some zip files, the download is working perfect when I use the mode: const browser = await puppeteer.launch({headless: False}) const page = await…
-
0
votes1
answer242
viewsCatch second row of a table
I’m developing an application using Node.js and puppeter to take data from a web page, the problem I have and that I’m not getting the columns I want inside the selected row, this is the part of the…