macaca-android
Advanced tools
Comparing version 2.0.35 to 2.0.36
@@ -123,6 +123,5 @@ 'use strict'; | ||
if (arrText.length) { | ||
// yield this.proxyCommand('/wd/hub/session/:sessionId/element/1/value', 'post', { | ||
// value: [arrText.join('')] | ||
// }); | ||
this.adb.input(`text ${arrText.join('')}`); | ||
yield this.proxyCommand('/wd/hub/session/:sessionId/element/1/value', 'post', { | ||
value: [arrText.join('')] | ||
}); | ||
} | ||
@@ -129,0 +128,0 @@ return null; |
{ | ||
"name": "macaca-android", | ||
"version": "2.0.35", | ||
"version": "2.0.36", | ||
"description": "Macaca Android driver", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
21573
584