ARIA Snapshots in Playwright

Argos now supports ARIA Snapshots with the Playwright SDK, giving you a structured view of your page’s accessibility tree directly in your visual testing workflow.
- Easily review text changes: You can now easily spot changes in text content.
- Accessibility insights: Capture the ARIA representation of your pages to detect accessibility regressions over time.
- Combined or standalone: Use
argosScreenshotwithariaSnapshot: trueto capture both visuals and ARIA trees, or callargosAriaSnapshotfor ARIA-only tests.
This feature helps teams combine visual and accessibility testing in one unified workflow, improving overall UI quality and inclusiveness.








