v0.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