Playground for puppeteer in browser's developer tools. Directly do automation on inspected tab.

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • puppeteer-ide-extension

    Standalone puppeteer playground in browser's developer tools.

  • Recently i had to develop a extension that does some automation on webpages. So i thought of using chrome.debugger api but i didn't want to form and send raw Chrome devtools commands and instead wanted to leverage puppeteer's api. As a result i created this devtools extension which allows you to write puppeteer scripts and execute them on the inspected tab, all in browser itself without nodejs, or any other server/service requirement. If you find this project interesting/helpful consider giving it a star, contributing to it and i will continue to improve it. https://github.com/gajananpp/puppeteer-ide-extension

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts