Headless Recorder Versions Save

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

v1.1.0

2 years ago

Added

  • Shortcut to toggle overlay: ctrl+k
  • Shortcut for full page screenshot: ctrl+shift+F
  • Shortcut for element screenshot: ctrl+shift+E

Fixed

  • Select default tab when copying code from overlay

1.0.0-beta.4

2 years ago

[1.0.0] - 2021-07-08

Added

  • New visual identity by @nucro.
  • In page overlay to handle recording and take screenshots
  • Visual feedback when taking screenshots
  • New code structure organized in modules and services
  • Dark mode support
  • Migrate to Vue 3 and dependencies update
  • Migrate CSS to Tailwind (except for Overlay components)
  • Selector preview while recording
  • Restart button while recording
  • Allow run scripts directly on Checkly 🦝
  • First draft of Vuex shared store

Changed

  • Make Playwright default tab
  • Use non-async wrap as default
  • Full page screenshots use fullPage property
  • Replace clipped screenshots with element screenshots
  • Improve selector generation giving relevance to ID and data-attributes
  • General bug fixing
  • Improve code reusability and events management

Removed

  • Screenshots context menu
  • Events recording list

v1.0.0-alpha.3

2 years ago

v0.8.2

3 years ago

[0.8.2] - 2020-12-15

Changed

  • Specify custom key for input record #111
  • Fix input escaping #119

v0.8.1

3 years ago
  • [bug] Allow access iframes from different domain #107
  • [bug] Fix playwright select method #104

v0.8.0

3 years ago

This release introduces Playwright support!

v0.7.2

4 years ago

This release is cosmetic. Just some textual updates

v0.7.1

4 years ago
  • [closed] data-* not useful without looping through parent elements #52

v0.7.0

4 years ago
  • [feature] add basic events tracking #57
  • [feature] Record screenshots #56

v0.6.0

4 years ago
  • [enhancement] selector should always prefer ID tags over classes #32