From 83b2697d1467a3f86f47aea26080230900638dac Mon Sep 17 00:00:00 2001 From: jugglinmike Date: Mon, 20 May 2024 17:37:23 -0400 Subject: [PATCH] Correct spelling of "VoiceOver" (#51) --- lib/modules/macos/session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/macos/session.js b/lib/modules/macos/session.js index e94419a..6dbbf7a 100644 --- a/lib/modules/macos/session.js +++ b/lib/modules/macos/session.js @@ -30,7 +30,7 @@ const newSession = /** @type {ATDriverModules.SessionNewSession} */ ( return { sessionId: websocket.sessionId, capabilities: { - atName: 'Voiceover', + atName: 'VoiceOver', // The ARIA-AT Community Group considers the MacOS version identifier // to be an accurate identifier for the VoiceOver screen reader. atVersion: await getMacOSVersion(),