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

Recording does not work #46

Closed TroySK closed 5 years ago

TroySK commented 5 years ago

I followed the instructions in the Readme and loaded the unpacked extension in Chrome. After I press record and enter an URL, the icon changes from rec to wait and stays there. Navigating to other pages does not return the icon to rec state. If I stop, nothing is recorded in the script. I used Wikipedia as test.

tnolet commented 5 years ago

Hi, @TroySK please just install the plugin from the Chrome store. https://chrome.google.com/webstore/detail/puppeteer-recorder/djeegiggegleadkkbgopoonhjimgehda

The development environment requires knowledge of Node.js and a particular environment.

TroySK commented 5 years ago

Hii @tnolet;

I want to make changes to the extension. I am comfortable with JavaScript and should be able to setup the environment if you could help me with some documentation.

tnolet commented 5 years ago

@TroySK the docs as they are work fine. I cannot debug your local environment and assess why some things don't work. I just reproduced on wikipedia and it works fine in my end.

Only thing I can add is to check de debug logs (enable in the Chrome developer tools) and check the output log of the extension (this is a separate tab, you can find it in the extension overview where you imported it.

Sorry I cannot be more helpful than this.

TroySK commented 5 years ago

Thanks @tnolet. Let me try those.