uiautomatorwd
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -67,3 +67,3 @@ 'use strict'; | ||
logger.debug(`UIAutomatorWD client proxy received no data.`); | ||
return _reject('No data received from wda.'); | ||
return _reject('No data received from UIAutomatorWD Server.'); | ||
} | ||
@@ -70,0 +70,0 @@ |
@@ -21,4 +21,4 @@ 'use strict'; | ||
this.adb = adb; | ||
this.proxyPort = yield detectPort(this.proxyPort); | ||
this.initProxy(); | ||
this.proxyPort = yield detectPort(this.proxyPort); | ||
yield this.adb.forward(this.proxyPort, this.proxyPort); | ||
@@ -25,0 +25,0 @@ const ANDROID_TMP_DIR = this.adb.getTmpDir(); |
{ | ||
"name": "uiautomatorwd", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "Node.js wrapper for UIAutomator2", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
227535