• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

196
Views
Unable to get the placeholder text color in Puppeteer

I tried getting the placeholder color using the below code snippet in Puppeteer. But, I am getting rgb(0,0,0) for all the colors.

await ele.evaluate((el) => getComputedStyle(el, "::placeholder")
  .getPropertyValue("Color"));

Here is my CSS code:

<style>
    input[id="email"]::placeholder {
      color: #FFC0CB;
      opacity: 1; /* Firefox */
    }
</style>

Here is my HTML code:

<input type="email" id="email" name="email" placeholder="Enter Email"<br>
almost 3 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 Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error