mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
chore(appium): handle getAppiumSessions as non session id commands (#20981)
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user