chore(appium): handle getAppiumSessions as non session id commands (#20981)

This commit is contained in:
Kazuaki Matsuo
2025-02-11 23:16:56 -08:00
committed by GitHub
parent a1e3890681
commit 848f2b2396

View File

@@ -978,4 +978,4 @@ export function routeToCommandName(endpoint, method, basePath = DEFAULT_BASE_PAT
}
// driver commands that do not require a session to already exist
export const NO_SESSION_ID_COMMANDS = ['createSession', 'getStatus', 'getSessions'];
export const NO_SESSION_ID_COMMANDS = ['createSession', 'getStatus', 'getSessions', 'getAppiumSessions'];