mirror of
https://github.com/appium/appium.git
synced 2026-01-24 19:28:59 -06:00
Cancel commands queueing for the umbrella driver (#9052)
This commit is contained in:
committed by
Isaac A. Murchie
parent
788b051281
commit
89242a40bc
@@ -41,6 +41,13 @@ class AppiumDriver extends BaseDriver {
|
||||
this.pendingDrivers = {};
|
||||
}
|
||||
|
||||
/**
|
||||
* Cancel commands queueing for the umbrella Appium driver
|
||||
*/
|
||||
get isCommandsQueueEnabled () {
|
||||
return false;
|
||||
}
|
||||
|
||||
sessionExists (sessionId) {
|
||||
const dstSession = this.sessions[sessionId];
|
||||
return dstSession && dstSession.sessionId !== null;
|
||||
|
||||
Reference in New Issue
Block a user