macaca-android
Advanced tools
Comparing version 2.0.39 to 2.0.40
@@ -143,3 +143,6 @@ 'use strict'; | ||
const hierarchy = xml2map.tojson(xml).hierarchy; | ||
return JSON.stringify(hierarchy); | ||
var res = _.filter(hierarchy.node, i => i.package !== 'com.android.systemui'); | ||
return JSON.stringify(res && res[0] || []); | ||
}; | ||
@@ -146,0 +149,0 @@ |
{ | ||
"name": "macaca-android", | ||
"version": "2.0.39", | ||
"version": "2.0.40", | ||
"description": "Macaca Android driver", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
21679
585