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

106
Views
Read a page stylesheet and check a specific property with puppeteer

What I am trying to do is:

  1. Load the page
  2. Gain access to the contents of an external css named "mystyle.css"
  3. Check if ".some_class" border has the value "2px"

I have tried

describe('CSS tests', () => {
    it('.some_class border is 2px', async function () {
        await page.goto(<homepageurl>);
        const stylesheet = await page.evaluate(() => {
            return document.querySelector("link[href*='mystyle.css']");
        });
        console.log(current_styles);
        // rest of the code
    });
});

I am getting an empty object {} as a result so I am lost and don't know how to carry on.

about 4 years ago · Juan Pablo Isaza
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!