You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019)
[](https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2022)
13
+
[](https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2025)
15
14
16
15
This package provides [Guidepup](https://github.com/guidepup/guidepup) integration with [Playwright](https://playwright.dev/) for writing screen reader tests that automate <ahref="https://www.guidepup.dev/docs/api/class-voiceover"><b>VoiceOver on MacOS</b></a> and <ahref="https://www.guidepup.dev/docs/api/class-nvda"><b>NVDA on Windows</b></a>.
**Note:** This command clears all logs meaning `.spokenPhraseLog()` and `.itemTextLog()` are emptied. If logs from prior to the command are required, first store the logs in a variable for later use:
97
+
**Note:** This command clears all logs by default meaning `.spokenPhraseLog()` and `.itemTextLog()` are emptied. If logs from prior to the command are required, either store the logs in a variable for later use:
The default for VoiceOver and NVDA is set to `"initial"`. `true` captures all spoken phrases, including usage hints. `false` disables spoken phrase capture.
0 commit comments