Skip to content

Releases: ruifigueira/playwright-crx

v0.12.0

25 Jan 12:40
a84dce9
Compare
Choose a tag to compare

✨ New Features

  1. Editable recorded code

    • You can now edit the code generated by the recorder directly within the interface.
    • This empowers you to refine and customize the recorded scripts to better suit your needs.
    • Note: Editing is currently supported only in Node > Test Runner, and restricted to locators and adding or removing actions.
  2. Highlight elements on recorder text cursor

    • The Recorder now highlights UI elements directly under your text cursor as you record interactions.
    • This feature improves visibility, making it easier to confirm and understand which elements are being captured during the recording process.
2025-01-25.11-30-48.mp4

Others

  • Playwright updated to 1.50.0
  • Ability to replay in incognito mode

v0.11.0

18 Nov 23:48
Compare
Choose a tag to compare

Highlights

  • New features from Playwright 1.49.0 are merged into this release, which means that it's now possible to record ARIA snapshot assertions or inspect the ARIA tree:

image

Experimental Features

A new toolbar was added to the recorder with some experimental features:

  • a Save button that saves recorded scripts into filesystem
  • A Save storage state option to save storage state (cookies and localStorage)
    • Only storage state corresponding to attached tabs is stored. For instance, if there's an open page with domain A, and you open a new tab to record on domain A, only storage state for A is stored.

image

To activate the new toolbar, go to the extension Options and activate Allow experimental features:

image

Others

  • #8 - Cookies retrieval support

v0.10.0

08 Oct 17:17
Compare
Choose a tag to compare

Highlights

Playwright CRX recorder is now better integrated with Chrome and Edge browsers. You can find it in Chrome Web Store.

Side Panel

Playwright CRX recorder now opens in the side panel by default:

recorder-player.mp4

It is possible to change it to open in a new window, under extension options.

Keyboard Shortcuts

It's now possible to trigger Playwright CRX using keyboard shortcuts:

  • Alt + Shift + R starts recording
  • Alt + Shift + C starts inspecting

Others

Playwright updated to 1.48.0

v0.9.0

11 Sep 17:48
Compare
Choose a tag to compare

Highlights

Playwright updated to 1.47.0

v0.8.0

05 Aug 21:43
Compare
Choose a tag to compare

Highlights

  • Playwright updated to 1.46.0

v0.7.1

25 Jun 00:22
Compare
Choose a tag to compare

Highlights

  • Playwright updated to 1.45.0
  • #26 - recorder default target language is now configurable
337395789-33af1c42-c0eb-46e7-81e8-27ef81a1cf6a.mp4

v0.7.0

24 Jun 23:57
Compare
Choose a tag to compare

Deprecated, use 0.7.1 instead.

v0.6.0

08 May 00:02
Compare
Choose a tag to compare

Highlights

v0.5.0

05 Apr 00:15
Compare
Choose a tag to compare

Highlights

  • Playwright updated to 1.43.0
  • #15 - Support custom testIdAttribute

It's now possible to configure recorded tests TestID Attribute Name:

image

v0.4.1

03 Mar 19:51
Compare
Choose a tag to compare

Highlights

  • Playwright updated to 1.42.1