checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

integrate headless-recorder with my own code #115

Closed yael118 closed 3 years ago

yael118 commented 3 years ago

Hi, First of all thanks for the cool tool you have created

I wanted to know if the project shown here can be run on my PC or is it just a major part of the chrome extension code Because I want to perfect functions customized to me. For example converting the command "click" when it appears in a specific class routing to my personal function that will record a number of other actions besides a click in this case.

maxigimenez commented 3 years ago

Hi @yael118! I'm glad to know that 😃 . Yes, you can run the project locally following the steps on the README.md and do as many changes as you want in your own version.

yael118 commented 3 years ago

Thanks for your response! But i followed the instruction on README.md and i don't have the build package in my local project in Development instructions: צילום מסך 2020-11-01 102720

maxigimenez commented 3 years ago

Are you getting any error after running npm run dev? Because this script will generate the build folder where you need to point the extension to.