@midscene/android 0.21.2 → 0.21.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/index.js +1 -1
- package/dist/lib/index.js +1 -1
- package/package.json +4 -4
package/dist/es/index.js
CHANGED
|
@@ -539,7 +539,7 @@ ${Object.keys(size).filter((key) => size[key]).map(
|
|
|
539
539
|
}
|
|
540
540
|
async recentApps() {
|
|
541
541
|
const adb = await this.getAdb();
|
|
542
|
-
await adb.shell("input keyevent
|
|
542
|
+
await adb.shell("input keyevent 187");
|
|
543
543
|
}
|
|
544
544
|
async getXpathsById(id) {
|
|
545
545
|
throw new Error("Not implemented");
|
package/dist/lib/index.js
CHANGED
|
@@ -574,7 +574,7 @@ ${Object.keys(size).filter((key) => size[key]).map(
|
|
|
574
574
|
}
|
|
575
575
|
async recentApps() {
|
|
576
576
|
const adb = await this.getAdb();
|
|
577
|
-
await adb.shell("input keyevent
|
|
577
|
+
await adb.shell("input keyevent 187");
|
|
578
578
|
}
|
|
579
579
|
async getXpathsById(id) {
|
|
580
580
|
throw new Error("Not implemented");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/android",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.3",
|
|
4
4
|
"description": "Android automation library for Midscene",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Android UI automation",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"appium-adb": "12.12.1",
|
|
27
|
-
"@midscene/
|
|
28
|
-
"@midscene/
|
|
29
|
-
"@midscene/web": "0.21.
|
|
27
|
+
"@midscene/shared": "0.21.3",
|
|
28
|
+
"@midscene/core": "0.21.3",
|
|
29
|
+
"@midscene/web": "0.21.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@modern-js/module-tools": "2.60.6",
|