Skip to content

v0.11.0

Compare
Choose a tag to compare
@ruifigueira ruifigueira released this 18 Nov 23:48
· 87 commits to main since this release

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