diff --git a/lib/commands/general.js b/lib/commands/general.js index 7dc8c2f8e..11942bee1 100644 --- a/lib/commands/general.js +++ b/lib/commands/general.js @@ -228,7 +228,7 @@ commands.reset = async function () { await androidHelpers.resetApp(this.adb, Object.assign({}, this.opts, {fastReset: true})); // reset context since we don't know what kind on context we will end up after app launch. this.curContext = NATIVE_WIN; - + await this.stopChromedriverProxies(); return await this.isChromeSession ? this.startChromeSession() : this.startAUT(); };