appium-uiautomator2-driver 3.8.3 → 3.9.1
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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/build/lib/commands/actions.d.ts +3 -3
- package/build/lib/commands/actions.d.ts.map +1 -1
- package/build/lib/commands/alert.d.ts +2 -2
- package/build/lib/commands/alert.d.ts.map +1 -1
- package/build/lib/commands/app-management.d.ts +1 -1
- package/build/lib/commands/app-management.d.ts.map +1 -1
- package/build/lib/commands/app-strings.d.ts +1 -1
- package/build/lib/commands/app-strings.d.ts.map +1 -1
- package/build/lib/commands/clipboard.d.ts +1 -1
- package/build/lib/commands/clipboard.d.ts.map +1 -1
- package/build/lib/commands/execute.d.ts +1 -1
- package/build/lib/commands/execute.d.ts.map +1 -1
- package/build/lib/commands/gestures.d.ts +3 -3
- package/build/lib/commands/gestures.d.ts.map +1 -1
- package/build/lib/commands/keyboard.d.ts +3 -3
- package/build/lib/commands/keyboard.d.ts.map +1 -1
- package/build/lib/commands/screenshot.d.ts +1 -1
- package/build/lib/commands/screenshot.d.ts.map +1 -1
- package/build/lib/doctor/required-checks.d.ts.map +1 -1
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +21 -7
- package/build/lib/driver.js.map +1 -1
- package/build/lib/extensions.d.ts.map +1 -1
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +5 -0
- package/npm-shrinkwrap.json +140 -34
- package/package.json +2 -2
package/lib/driver.ts
CHANGED
|
@@ -651,6 +651,11 @@ class AndroidUiautomator2Driver
|
|
|
651
651
|
this.log.info(`Setting auto webview to context '${viewName}' with timeout ${timeout}ms`);
|
|
652
652
|
await retryInterval(timeout / 500, 500, this.setContext.bind(this), viewName);
|
|
653
653
|
}
|
|
654
|
+
|
|
655
|
+
// We would like to notify about the initial context setting
|
|
656
|
+
if (await this.getCurrentContext() === this.defaultContextName()) {
|
|
657
|
+
await this.notifyBiDiContextChange();
|
|
658
|
+
}
|
|
654
659
|
}
|
|
655
660
|
|
|
656
661
|
async startUiAutomator2Session(
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.9.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.7.0",
|
|
13
|
-
"appium-android-driver": "^9.
|
|
13
|
+
"appium-android-driver": "^9.14.2",
|
|
14
14
|
"appium-uiautomator2-server": "^7.0.24",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
@@ -113,6 +113,29 @@
|
|
|
113
113
|
"integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
|
|
114
114
|
"license": "MIT"
|
|
115
115
|
},
|
|
116
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
117
|
+
"version": "1.7.7",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
119
|
+
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
120
|
+
"license": "MIT",
|
|
121
|
+
"dependencies": {
|
|
122
|
+
"follow-redirects": "^1.15.6",
|
|
123
|
+
"form-data": "^4.0.0",
|
|
124
|
+
"proxy-from-env": "^1.1.0"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
128
|
+
"version": "4.26.1",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
130
|
+
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
131
|
+
"license": "(MIT OR CC0-1.0)",
|
|
132
|
+
"engines": {
|
|
133
|
+
"node": ">=16"
|
|
134
|
+
},
|
|
135
|
+
"funding": {
|
|
136
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
116
139
|
"node_modules/@appium/base-plugin": {
|
|
117
140
|
"version": "2.2.47",
|
|
118
141
|
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.47.tgz",
|
|
@@ -162,6 +185,31 @@
|
|
|
162
185
|
"npm": ">=8"
|
|
163
186
|
}
|
|
164
187
|
},
|
|
188
|
+
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
189
|
+
"version": "4.26.1",
|
|
190
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
191
|
+
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
192
|
+
"license": "(MIT OR CC0-1.0)",
|
|
193
|
+
"engines": {
|
|
194
|
+
"node": ">=16"
|
|
195
|
+
},
|
|
196
|
+
"funding": {
|
|
197
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
201
|
+
"version": "5.6.3",
|
|
202
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
|
|
203
|
+
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
|
|
204
|
+
"license": "Apache-2.0",
|
|
205
|
+
"bin": {
|
|
206
|
+
"tsc": "bin/tsc",
|
|
207
|
+
"tsserver": "bin/tsserver"
|
|
208
|
+
},
|
|
209
|
+
"engines": {
|
|
210
|
+
"node": ">=14.17"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
165
213
|
"node_modules/@appium/logger": {
|
|
166
214
|
"version": "1.6.1",
|
|
167
215
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
@@ -260,6 +308,29 @@
|
|
|
260
308
|
"sharp": "0.33.5"
|
|
261
309
|
}
|
|
262
310
|
},
|
|
311
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
312
|
+
"version": "1.7.7",
|
|
313
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
314
|
+
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
315
|
+
"license": "MIT",
|
|
316
|
+
"dependencies": {
|
|
317
|
+
"follow-redirects": "^1.15.6",
|
|
318
|
+
"form-data": "^4.0.0",
|
|
319
|
+
"proxy-from-env": "^1.1.0"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"node_modules/@appium/support/node_modules/type-fest": {
|
|
323
|
+
"version": "4.26.1",
|
|
324
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
325
|
+
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
326
|
+
"license": "(MIT OR CC0-1.0)",
|
|
327
|
+
"engines": {
|
|
328
|
+
"node": ">=16"
|
|
329
|
+
},
|
|
330
|
+
"funding": {
|
|
331
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
263
334
|
"node_modules/@appium/tsconfig": {
|
|
264
335
|
"version": "0.3.3",
|
|
265
336
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -300,6 +371,18 @@
|
|
|
300
371
|
"@types/node": "*"
|
|
301
372
|
}
|
|
302
373
|
},
|
|
374
|
+
"node_modules/@appium/types/node_modules/type-fest": {
|
|
375
|
+
"version": "4.26.1",
|
|
376
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
377
|
+
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
378
|
+
"license": "(MIT OR CC0-1.0)",
|
|
379
|
+
"engines": {
|
|
380
|
+
"node": ">=16"
|
|
381
|
+
},
|
|
382
|
+
"funding": {
|
|
383
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
303
386
|
"node_modules/@babel/code-frame": {
|
|
304
387
|
"version": "7.26.2",
|
|
305
388
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
@@ -556,9 +639,9 @@
|
|
|
556
639
|
}
|
|
557
640
|
},
|
|
558
641
|
"node_modules/@types/express-serve-static-core": {
|
|
559
|
-
"version": "5.0.
|
|
560
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
561
|
-
"integrity": "sha512-
|
|
642
|
+
"version": "5.0.2",
|
|
643
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.2.tgz",
|
|
644
|
+
"integrity": "sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==",
|
|
562
645
|
"license": "MIT",
|
|
563
646
|
"dependencies": {
|
|
564
647
|
"@types/node": "*",
|
|
@@ -640,12 +723,12 @@
|
|
|
640
723
|
}
|
|
641
724
|
},
|
|
642
725
|
"node_modules/@types/node": {
|
|
643
|
-
"version": "22.
|
|
644
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
645
|
-
"integrity": "sha512-
|
|
726
|
+
"version": "22.10.0",
|
|
727
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.0.tgz",
|
|
728
|
+
"integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==",
|
|
646
729
|
"license": "MIT",
|
|
647
730
|
"dependencies": {
|
|
648
|
-
"undici-types": "~6.
|
|
731
|
+
"undici-types": "~6.20.0"
|
|
649
732
|
}
|
|
650
733
|
},
|
|
651
734
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -930,9 +1013,9 @@
|
|
|
930
1013
|
}
|
|
931
1014
|
},
|
|
932
1015
|
"node_modules/appium-android-driver": {
|
|
933
|
-
"version": "9.
|
|
934
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.
|
|
935
|
-
"integrity": "sha512-
|
|
1016
|
+
"version": "9.14.2",
|
|
1017
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.14.2.tgz",
|
|
1018
|
+
"integrity": "sha512-hMod4cbsybNVp3XFpUO99MBvyXMTMKOo99uLhnpqcCZfLQpRgh2nB+jRBPU13FRdVg8J7YAcJ+8W0p0SwmZayQ==",
|
|
936
1019
|
"license": "Apache-2.0",
|
|
937
1020
|
"dependencies": {
|
|
938
1021
|
"@appium/support": "^5.0.3",
|
|
@@ -963,9 +1046,9 @@
|
|
|
963
1046
|
}
|
|
964
1047
|
},
|
|
965
1048
|
"node_modules/appium-chromedriver": {
|
|
966
|
-
"version": "6.1.
|
|
967
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.
|
|
968
|
-
"integrity": "sha512-
|
|
1049
|
+
"version": "6.1.6",
|
|
1050
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.6.tgz",
|
|
1051
|
+
"integrity": "sha512-VfSM2pXNErpXS2oXirWId/8WhJ0S9qDZe+/Sq0CgkrEj+6jkvVvAgM9VgegNohmWttORwj0B3NUVzd554M80gA==",
|
|
969
1052
|
"license": "Apache-2.0",
|
|
970
1053
|
"dependencies": {
|
|
971
1054
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -988,15 +1071,38 @@
|
|
|
988
1071
|
}
|
|
989
1072
|
},
|
|
990
1073
|
"node_modules/appium-uiautomator2-server": {
|
|
991
|
-
"version": "7.1.
|
|
992
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.1.
|
|
993
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "7.1.5",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.1.5.tgz",
|
|
1076
|
+
"integrity": "sha512-uKlUjnFyTusflRXJPaGCelLMArRySPMhA9qLOvTnhNB18QfJ16ctNBd45kE3g9Z05fR434F2ENoycxefDJ5sNA==",
|
|
994
1077
|
"license": "Apache-2.0",
|
|
995
1078
|
"engines": {
|
|
996
1079
|
"node": ">=14",
|
|
997
1080
|
"npm": ">=8"
|
|
998
1081
|
}
|
|
999
1082
|
},
|
|
1083
|
+
"node_modules/appium/node_modules/axios": {
|
|
1084
|
+
"version": "1.7.7",
|
|
1085
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
1086
|
+
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
1087
|
+
"license": "MIT",
|
|
1088
|
+
"dependencies": {
|
|
1089
|
+
"follow-redirects": "^1.15.6",
|
|
1090
|
+
"form-data": "^4.0.0",
|
|
1091
|
+
"proxy-from-env": "^1.1.0"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"node_modules/appium/node_modules/type-fest": {
|
|
1095
|
+
"version": "4.26.1",
|
|
1096
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
1097
|
+
"integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==",
|
|
1098
|
+
"license": "(MIT OR CC0-1.0)",
|
|
1099
|
+
"engines": {
|
|
1100
|
+
"node": ">=16"
|
|
1101
|
+
},
|
|
1102
|
+
"funding": {
|
|
1103
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1000
1106
|
"node_modules/archiver": {
|
|
1001
1107
|
"version": "7.0.1",
|
|
1002
1108
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1084,9 +1190,9 @@
|
|
|
1084
1190
|
"license": "MIT"
|
|
1085
1191
|
},
|
|
1086
1192
|
"node_modules/axios": {
|
|
1087
|
-
"version": "1.7.
|
|
1088
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1089
|
-
"integrity": "sha512-
|
|
1193
|
+
"version": "1.7.8",
|
|
1194
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz",
|
|
1195
|
+
"integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==",
|
|
1090
1196
|
"license": "MIT",
|
|
1091
1197
|
"dependencies": {
|
|
1092
1198
|
"follow-redirects": "^1.15.6",
|
|
@@ -1661,9 +1767,9 @@
|
|
|
1661
1767
|
}
|
|
1662
1768
|
},
|
|
1663
1769
|
"node_modules/cross-spawn": {
|
|
1664
|
-
"version": "7.0.
|
|
1665
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
1666
|
-
"integrity": "sha512-
|
|
1770
|
+
"version": "7.0.6",
|
|
1771
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1772
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1667
1773
|
"license": "MIT",
|
|
1668
1774
|
"dependencies": {
|
|
1669
1775
|
"path-key": "^3.1.0",
|
|
@@ -4370,9 +4476,9 @@
|
|
|
4370
4476
|
"license": "0BSD"
|
|
4371
4477
|
},
|
|
4372
4478
|
"node_modules/type-fest": {
|
|
4373
|
-
"version": "4.
|
|
4374
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4375
|
-
"integrity": "sha512-
|
|
4479
|
+
"version": "4.29.0",
|
|
4480
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.0.tgz",
|
|
4481
|
+
"integrity": "sha512-RPYt6dKyemXJe7I6oNstcH24myUGSReicxcHTvCLgzm4e0n8y05dGvcGB15/SoPRBmhlMthWQ9pvKyL81ko8nQ==",
|
|
4376
4482
|
"license": "(MIT OR CC0-1.0)",
|
|
4377
4483
|
"engines": {
|
|
4378
4484
|
"node": ">=16"
|
|
@@ -4395,9 +4501,9 @@
|
|
|
4395
4501
|
}
|
|
4396
4502
|
},
|
|
4397
4503
|
"node_modules/typescript": {
|
|
4398
|
-
"version": "5.
|
|
4399
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
4400
|
-
"integrity": "sha512-
|
|
4504
|
+
"version": "5.7.2",
|
|
4505
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
|
4506
|
+
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
|
|
4401
4507
|
"license": "Apache-2.0",
|
|
4402
4508
|
"bin": {
|
|
4403
4509
|
"tsc": "bin/tsc",
|
|
@@ -4408,9 +4514,9 @@
|
|
|
4408
4514
|
}
|
|
4409
4515
|
},
|
|
4410
4516
|
"node_modules/undici-types": {
|
|
4411
|
-
"version": "6.
|
|
4412
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4413
|
-
"integrity": "sha512-
|
|
4517
|
+
"version": "6.20.0",
|
|
4518
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
4519
|
+
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
4414
4520
|
"license": "MIT"
|
|
4415
4521
|
},
|
|
4416
4522
|
"node_modules/unorm": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.
|
|
10
|
+
"version": "3.9.1",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"appium-adb": "^12.7.0",
|
|
60
|
-
"appium-android-driver": "^9.
|
|
60
|
+
"appium-android-driver": "^9.14.2",
|
|
61
61
|
"appium-uiautomator2-server": "^7.0.24",
|
|
62
62
|
"asyncbox": "^3.0.0",
|
|
63
63
|
"axios": "^1.6.5",
|