Home > Mobile >  Puppeteer - The webpage I am scraping isnt displaying the correct data
Puppeteer - The webpage I am scraping isnt displaying the correct data

Time:08-14

I am trying to scrap class availability on my colleges website using puppeteer. I successfully did it with selenium but I am having trouble with puppeteer. When I click enter on the form, the next page is blank regardless of what I input.

iChromium or puppeteer versions are probably not compatible with each other

puppeteer Version : "^16.1.0" chrome version : Version 104.0.5112.81

  • Related