checkly / puppeteer-recorder
- вторник, 21 августа 2018 г. в 00:15:40
JavaScript
Puppeteer recorder is a Chrome extension that records your browser interactions and generates a Puppeteer script.
Puppeteer recorder is a Chrome extension that records your browser interactions and generates a
Puppeteer script. This project is very much in alpha stage,
but does the following already:
input
element.Writing Puppeteer scripts for scraping, testing and monitoring can be tricky. A recorder / code generator can be helpful, even if the code isn't perfect. This project builds on other projects (see disclaimer below) but add extensibility, configurability and a smoother UI.
git clone https://github.com/checkly/puppeteer-recorder.git
cd puppeteer-recorder && npm i && npm run dev
Puppeteer recorder is the spiritual successor & love child of segment.io's Daydream and ui recorder.
MIT