Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

196
Views
Puppeteer - The webpage I am scraping isnt displaying the correct data

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.

what it shows when i browse myself

what it shows when i use puppeteer

Heres the code I used, it just opens the website, selects the semester and class number and presses enter:

const puppeteer = require('puppeteer')
async function start() {
    const browser = await puppeteer.launch({headless:false})
    var [page] = await browser.pages();
    await page.goto("https://usfweb.usf.edu/DSS/StaffScheduleSearch")
    await page.select('#P_SEMESTER', "202208")
    await page.type("#P_REF", "81151")
    await page.click("button[value='Search']")
}
start()

It works in selenium, and i tried opening the website on chromium and it works there to. Thank you to anyone who gives advice!

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I tested your code and the output was exactly the same as what you were seeing in the browser everything all right iChromium or puppeteer versions are probably not compatible with each other

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

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!