Skip to content

Releases: zeroedin/a11y-cdp-plugin

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 May 01:38

Minor Changes

  • 4dcb2fd: a11ySnapshotPlugin(): initial release.

    Web Test Runner plugin that fetches the Chrome accessibility tree via CDP, replacing Playwright's deprecated page.accessibility.snapshot() API. Calls Accessibility.getFullAXTree directly over a CDP session, producing the same SerializedAXNode tree shape. Supports scoping snapshots to a subtree via a CSS selector.