Puppeteer variable in page.evaluate
I use puppeteer but I have a problem! I would like to use the variable “name” instead of the text “Username” like on my screenshot, I have tried almost everything without results! can you help me please?
Retrieve text from a JS code using Node JS (puppeteer)
I am struggling to retrieve the text from some lines of JS.
The lines are like this and the same one can be found twice or three times in the document (meaning that I have to find the duplicates): {"year":2,"module":"POSTGRAD","price":6651.54,"additionalhours":-56.21}
The text should be saved a txt file, for example: courses.txt Everytime the code is execute, another line should appear, something like: date, year, module.
Puppeteer – Can I persisting loged in session when transfer to other computer?
I have used “userDataDir” to store browser data to my local machine, but when I used this stored data on other computer, the target site ask me to login again.
Puppeteer Missing Dependencies?
I’m having some trouble getting my project to run locally after installing puppeteer. I am running version 22.11.2 and when I try to start my project I receive the following error.
restart puppeteer browser after some limit/time to save CPU and Storage is necessary?
I am using puppeteer for scrapping URLs. Is it necessary to restart (close and then launch) puppeteer browser after some limit?
Trimmed string messed up after sending as JSON from API to front end
I’m building a result scraper with Node and Puppeteer that finds products and their prices, it works like so.
puppeteer config import order causes an error
i am using puppeteer in a nodejs module
TypeError: waitForTimeout is not a function while running in puppeteer
I am trying to run a node.js puppeteer script that will search for a list of jobs in LinkedIn using the script below and will save the results in a text file. However, I am Geeting the following error “”
Puppeteer only 2 out 3 identical buttons
All the given below code is a single function
This is the code for the function that clicks on the buttons.
preflight request issue when scrape use Puppeteer on node JS
Currently, I’m learning the Puppeteer library on Node.js. I want to access some Twitter profiles, but I encountered this block issue: