Releases: ruifigueira/playwright-crx
Releases · ruifigueira/playwright-crx
0.11.0
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:
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
andlocalStorage
)- 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.
To activate the new toolbar, go to the extension Options and activate Allow experimental features:
Others
- #8 - Cookies retrieval support
0.10.0
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 recordingAlt + Shift + C
starts inspecting
Others
Playwright updated to 1.48.0
v0.9.0
v0.8.0
v0.7.1
v0.7.0
Deprecated, use 0.7.1 instead.
v0.6.0
Highlights
- Playwright updated to 1.44.0
- #16 - Support for pnpm
- #20 - Support Out-of-process Iframes (only in Chrome 126+, see https://chromium-review.googlesource.com/c/chromium/src/+/5398119)