Headless Recorder Versions Save

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.

v0.5.3

5 years ago

Fixes the pause feature not working. See https://github.com/checkly/puppeteer-recorder/pull/53

v0.5.2

5 years ago
  • [closed] Recorder not capturing iframe click #47
  • [enhancement] Support for iframe click events #12

v0.5.1

5 years ago
  • [bug] initial recording sometimes does not add "goto" code #38
  • [closed] can't recorder the page what should be goto #37
  • [closed] Selector string not quoted when using data attribute #36

v0.5.0

5 years ago

v0.4.1

5 years ago
  • [bug] navigation promise should be created before click that leads to navigation #26

v0.4.0

5 years ago
  • [bug] Layout of code view is glitchy #25
  • [enhancement] Add more elements #24
  • [enhancement] Does not record actions on dynamically added DOM nodes #22
  • [bug] Content-script injection not always targeting main frame #20

Thanks to @c19 for helping out with double events detection

v0.3.0

5 years ago
  • [enhancement] add optional empty lines between code blocks #19
  • [enhancement] Add optional page.waitForSelector() line before clicks #18
  • [enhancement] Support for iframe click events #12
  • [enhancement] Record basic forms #3

v0.2.1

5 years ago

No changelog for this release.

v0.2.0

5 years ago
  • [bug] Options are not being loaded / saved #11
  • [enhancement] Add viewport detection #10
  • [enhancement] Add option to set { headless: false } #9
  • [enhancement] CSS selector library is not very good, should replace #5
  • [enhancement] Support for page.waitForNavigation #2

v0.1.1

5 years ago
  • [bug] popup does not load on initial click #1