Puppeteer IDE

Develop, test and execute puppeteer scripts from browser's developer tools.

Total ratings

4.90 (Rating count: 10)

Review summary

These summaries are automatically generated weekly using AI based on recent user reviews. Chrome Web Store does not verify user reviews, so some user reviews may be inaccurate, spammy, or outdated.
Pros
  • Great for figuring out what selectors you need to use when developing scripts.
  • Awesome auto completion feature.
  • Invaluable for remote automation, saves time.
Cons
  • Console logs do not appear in DevTools for some users.
  • Some users couldn't figure out how to access console logs.
Most mentioned
  • Console logs visibility issues.
  • Effectiveness in remote automation.
See reviews for Puppeteer IDE on Chrome Web Store
Upgrade to see all 11 reviews

User reviews

Recent rating average: 4.90
All time rating average: 4.90
Upgrade to see all 11 reviews

Rating filters

5 star
91% (10)
4 star
9% (1)
3 star
0%
2 star
0%
1 star
0%
Date Author Rating Lang Comment
2024-12-29
Alexander Mills
en showing promise so far!
2024-11-23
Amir Sharif
en Seems legit. To answer comment, to get the console statements to appear, you have to run page.evaluate and console.log in there. For example: const value = await page.$eval(`[class*="TotalNumberStyled"]`, el => el.textContent); page.evaluate((value) => { console.log(value); }, value); Then it will appear in the DevTools console for that page.
2024-10-22
James Manlapid
en Great for figuring out what selectors you need to use when developing your script.
2024-05-30
ger kim
en i cant figure out where the console.logs appear
2024-03-06
carlos tarrazona
2024-01-16
Khalfani Wadlington
en Works for me on on most websites. Awesome auto completion feature
2024-01-14
Doug Silkstone
en Would love it to work but unfortunately, it doesnt appear in Devtools for me
2023-09-22
Just K
Great! you can easily use it with remote automation like surfsky io, saved my time!
2023-09-22
Just K
en Great! you can easily use it with remote automation like surfsky io, saved my time!
2022-06-12
Aidan Gibson
Absolutely invaluable, completely changed my workflow. Thank you!
Upgrade to see all 11 reviews