appium-uiautomator2-driver 3.9.0 → 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 +6 -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.js +17 -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/npm-shrinkwrap.json +77 -31
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.9.
|
|
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.
|
|
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.14.
|
|
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,17 @@
|
|
|
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
|
+
},
|
|
116
127
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
117
128
|
"version": "4.26.1",
|
|
118
129
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
@@ -186,6 +197,19 @@
|
|
|
186
197
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
187
198
|
}
|
|
188
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
|
+
},
|
|
189
213
|
"node_modules/@appium/logger": {
|
|
190
214
|
"version": "1.6.1",
|
|
191
215
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
|
|
@@ -284,6 +308,17 @@
|
|
|
284
308
|
"sharp": "0.33.5"
|
|
285
309
|
}
|
|
286
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
|
+
},
|
|
287
322
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
288
323
|
"version": "4.26.1",
|
|
289
324
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
@@ -604,9 +639,9 @@
|
|
|
604
639
|
}
|
|
605
640
|
},
|
|
606
641
|
"node_modules/@types/express-serve-static-core": {
|
|
607
|
-
"version": "5.0.
|
|
608
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
609
|
-
"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==",
|
|
610
645
|
"license": "MIT",
|
|
611
646
|
"dependencies": {
|
|
612
647
|
"@types/node": "*",
|
|
@@ -688,12 +723,12 @@
|
|
|
688
723
|
}
|
|
689
724
|
},
|
|
690
725
|
"node_modules/@types/node": {
|
|
691
|
-
"version": "22.
|
|
692
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
693
|
-
"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==",
|
|
694
729
|
"license": "MIT",
|
|
695
730
|
"dependencies": {
|
|
696
|
-
"undici-types": "~6.
|
|
731
|
+
"undici-types": "~6.20.0"
|
|
697
732
|
}
|
|
698
733
|
},
|
|
699
734
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -978,9 +1013,9 @@
|
|
|
978
1013
|
}
|
|
979
1014
|
},
|
|
980
1015
|
"node_modules/appium-android-driver": {
|
|
981
|
-
"version": "9.14.
|
|
982
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.14.
|
|
983
|
-
"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==",
|
|
984
1019
|
"license": "Apache-2.0",
|
|
985
1020
|
"dependencies": {
|
|
986
1021
|
"@appium/support": "^5.0.3",
|
|
@@ -1011,9 +1046,9 @@
|
|
|
1011
1046
|
}
|
|
1012
1047
|
},
|
|
1013
1048
|
"node_modules/appium-chromedriver": {
|
|
1014
|
-
"version": "6.1.
|
|
1015
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.
|
|
1016
|
-
"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==",
|
|
1017
1052
|
"license": "Apache-2.0",
|
|
1018
1053
|
"dependencies": {
|
|
1019
1054
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -1036,15 +1071,26 @@
|
|
|
1036
1071
|
}
|
|
1037
1072
|
},
|
|
1038
1073
|
"node_modules/appium-uiautomator2-server": {
|
|
1039
|
-
"version": "7.1.
|
|
1040
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.1.
|
|
1041
|
-
"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==",
|
|
1042
1077
|
"license": "Apache-2.0",
|
|
1043
1078
|
"engines": {
|
|
1044
1079
|
"node": ">=14",
|
|
1045
1080
|
"npm": ">=8"
|
|
1046
1081
|
}
|
|
1047
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
|
+
},
|
|
1048
1094
|
"node_modules/appium/node_modules/type-fest": {
|
|
1049
1095
|
"version": "4.26.1",
|
|
1050
1096
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz",
|
|
@@ -1144,9 +1190,9 @@
|
|
|
1144
1190
|
"license": "MIT"
|
|
1145
1191
|
},
|
|
1146
1192
|
"node_modules/axios": {
|
|
1147
|
-
"version": "1.7.
|
|
1148
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1149
|
-
"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==",
|
|
1150
1196
|
"license": "MIT",
|
|
1151
1197
|
"dependencies": {
|
|
1152
1198
|
"follow-redirects": "^1.15.6",
|
|
@@ -4430,9 +4476,9 @@
|
|
|
4430
4476
|
"license": "0BSD"
|
|
4431
4477
|
},
|
|
4432
4478
|
"node_modules/type-fest": {
|
|
4433
|
-
"version": "4.
|
|
4434
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4435
|
-
"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==",
|
|
4436
4482
|
"license": "(MIT OR CC0-1.0)",
|
|
4437
4483
|
"engines": {
|
|
4438
4484
|
"node": ">=16"
|
|
@@ -4455,9 +4501,9 @@
|
|
|
4455
4501
|
}
|
|
4456
4502
|
},
|
|
4457
4503
|
"node_modules/typescript": {
|
|
4458
|
-
"version": "5.
|
|
4459
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
4460
|
-
"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==",
|
|
4461
4507
|
"license": "Apache-2.0",
|
|
4462
4508
|
"bin": {
|
|
4463
4509
|
"tsc": "bin/tsc",
|
|
@@ -4468,9 +4514,9 @@
|
|
|
4468
4514
|
}
|
|
4469
4515
|
},
|
|
4470
4516
|
"node_modules/undici-types": {
|
|
4471
|
-
"version": "6.
|
|
4472
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4473
|
-
"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==",
|
|
4474
4520
|
"license": "MIT"
|
|
4475
4521
|
},
|
|
4476
4522
|
"node_modules/unorm": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.9.
|
|
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.14.
|
|
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",
|