appium-uiautomator2-driver 7.2.2 → 7.3.0
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/build/lib/commands/types.d.ts +1 -1
- package/build/lib/commands/types.d.ts.map +1 -1
- package/build/lib/driver.d.ts +31 -30
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +66 -36
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/lib/uiautomator2.js.map +1 -1
- package/lib/commands/types.ts +1 -1
- package/lib/constraints.ts +1 -1
- package/lib/driver.ts +118 -84
- package/lib/execute-method-map.ts +1 -1
- package/lib/uiautomator2.ts +4 -4
- package/npm-shrinkwrap.json +86 -113
- package/package.json +7 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.3.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
13
13
|
"appium-android-driver": "^13.1.1",
|
|
14
|
-
"appium-uiautomator2-server": "^
|
|
14
|
+
"appium-uiautomator2-server": "^10.1.0",
|
|
15
15
|
"asyncbox": "^6.0.1",
|
|
16
|
-
"axios": "^1.
|
|
16
|
+
"axios": "^1.16.0",
|
|
17
17
|
"css-selector-parser": "^3.0.0",
|
|
18
18
|
"io.appium.settings": "^7.0.1",
|
|
19
19
|
"lodash": "^4.17.4",
|
|
@@ -28,11 +28,15 @@
|
|
|
28
28
|
"@appium/types": "^1.0.0-rc.1",
|
|
29
29
|
"@semantic-release/changelog": "^6.0.1",
|
|
30
30
|
"@semantic-release/git": "^10.0.1",
|
|
31
|
+
"@types/chai": "^5.2.3",
|
|
32
|
+
"@types/chai-as-promised": "^8.0.2",
|
|
31
33
|
"@types/lodash": "^4.14.194",
|
|
32
34
|
"@types/mocha": "^10.0.1",
|
|
33
35
|
"@types/node": "^25.0.3",
|
|
34
36
|
"@types/portscanner": "^2.1.1",
|
|
35
37
|
"@types/semver": "^7.5.0",
|
|
38
|
+
"@types/sinon": "^21.0.1",
|
|
39
|
+
"@types/unzipper": "^0.10.11",
|
|
36
40
|
"@types/ws": "^8.5.4",
|
|
37
41
|
"@xmldom/xmldom": "^0.x",
|
|
38
42
|
"chai": "^6.0.0",
|
|
@@ -58,17 +62,17 @@
|
|
|
58
62
|
}
|
|
59
63
|
},
|
|
60
64
|
"node_modules/@appium/base-driver": {
|
|
61
|
-
"version": "10.5.
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.5.
|
|
63
|
-
"integrity": "sha512-
|
|
65
|
+
"version": "10.5.2",
|
|
66
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.5.2.tgz",
|
|
67
|
+
"integrity": "sha512-nTsGHbE9fwi9BxMzD2mBv2EFZgRDAiNqZn6NMLTs1bD/lc3tNflqelq6tEVhrbHwpyWDkaorNACKNz5u/e6BEw==",
|
|
64
68
|
"license": "Apache-2.0",
|
|
65
69
|
"dependencies": {
|
|
66
|
-
"@appium/support": "7.2.
|
|
70
|
+
"@appium/support": "7.2.2",
|
|
67
71
|
"@appium/types": "1.4.0",
|
|
68
72
|
"@colors/colors": "1.6.0",
|
|
69
73
|
"async-lock": "1.4.1",
|
|
70
74
|
"asyncbox": "6.2.0",
|
|
71
|
-
"axios": "1.
|
|
75
|
+
"axios": "1.16.0",
|
|
72
76
|
"bluebird": "3.7.2",
|
|
73
77
|
"body-parser": "2.2.2",
|
|
74
78
|
"express": "5.2.1",
|
|
@@ -90,63 +94,44 @@
|
|
|
90
94
|
"spdy": "4.0.2"
|
|
91
95
|
}
|
|
92
96
|
},
|
|
93
|
-
"node_modules/@appium/base-driver/node_modules
|
|
94
|
-
"version": "
|
|
95
|
-
"resolved": "https://registry.npmjs.org
|
|
96
|
-
"integrity": "sha512-
|
|
97
|
+
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
98
|
+
"version": "6.2.0",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
100
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
97
101
|
"license": "Apache-2.0",
|
|
98
102
|
"dependencies": {
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"ncp": "2.0.0",
|
|
103
|
+
"p-limit": "^7.2.0"
|
|
104
|
+
},
|
|
105
|
+
"engines": {
|
|
106
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
107
|
+
"npm": ">=10"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"node_modules/@appium/docutils": {
|
|
111
|
+
"version": "2.4.2",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.4.2.tgz",
|
|
113
|
+
"integrity": "sha512-NV7rSZohVDFUg8+dkbU6HsGmVv6fOQV2HPmZpQH9vOtY+FdKYkMpc2PtZfC/OOvC5kT/eeXWssE5aPwujjSksg==",
|
|
114
|
+
"license": "Apache-2.0",
|
|
115
|
+
"dependencies": {
|
|
116
|
+
"@appium/support": "7.2.2",
|
|
117
|
+
"consola": "3.4.2",
|
|
118
|
+
"diff": "9.0.0",
|
|
119
|
+
"lilconfig": "3.1.3",
|
|
120
|
+
"lodash": "4.18.1",
|
|
118
121
|
"package-directory": "8.2.0",
|
|
119
|
-
"plist": "4.0.0",
|
|
120
|
-
"pluralize": "8.0.0",
|
|
121
122
|
"read-pkg": "10.1.0",
|
|
122
|
-
"resolve-from": "5.0.0",
|
|
123
|
-
"sanitize-filename": "1.6.4",
|
|
124
|
-
"semver": "7.7.4",
|
|
125
|
-
"shell-quote": "1.8.3",
|
|
126
|
-
"supports-color": "10.2.2",
|
|
127
123
|
"teen_process": "4.1.3",
|
|
128
124
|
"type-fest": "5.6.0",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
125
|
+
"yaml": "2.8.4",
|
|
126
|
+
"yargs": "18.0.0",
|
|
127
|
+
"yargs-parser": "22.0.0"
|
|
128
|
+
},
|
|
129
|
+
"bin": {
|
|
130
|
+
"appium-docs": "bin/appium-docs.js"
|
|
132
131
|
},
|
|
133
132
|
"engines": {
|
|
134
133
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
135
134
|
"npm": ">=10"
|
|
136
|
-
},
|
|
137
|
-
"optionalDependencies": {
|
|
138
|
-
"sharp": "0.34.5"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
142
|
-
"version": "1.15.2",
|
|
143
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
|
|
144
|
-
"integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
|
|
145
|
-
"license": "MIT",
|
|
146
|
-
"dependencies": {
|
|
147
|
-
"follow-redirects": "^1.15.11",
|
|
148
|
-
"form-data": "^4.0.5",
|
|
149
|
-
"proxy-from-env": "^2.1.0"
|
|
150
135
|
}
|
|
151
136
|
},
|
|
152
137
|
"node_modules/@appium/logger": {
|
|
@@ -179,9 +164,9 @@
|
|
|
179
164
|
}
|
|
180
165
|
},
|
|
181
166
|
"node_modules/@appium/support": {
|
|
182
|
-
"version": "7.2.
|
|
183
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.
|
|
184
|
-
"integrity": "sha512-
|
|
167
|
+
"version": "7.2.2",
|
|
168
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.2.tgz",
|
|
169
|
+
"integrity": "sha512-SfaFg0tAy0cqHQixtyB3BdZSyv287381McIq4/Zd6J070KFGNjXhF2wDGO3f2uN5VaYugwBYz/ZQEgozh6tK8g==",
|
|
185
170
|
"license": "Apache-2.0",
|
|
186
171
|
"dependencies": {
|
|
187
172
|
"@appium/logger": "2.0.7",
|
|
@@ -226,6 +211,19 @@
|
|
|
226
211
|
"sharp": "0.34.5"
|
|
227
212
|
}
|
|
228
213
|
},
|
|
214
|
+
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
215
|
+
"version": "6.2.0",
|
|
216
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.2.0.tgz",
|
|
217
|
+
"integrity": "sha512-z1XpHkoT3y+1aXfazEY5d7HN2eOi50fLq7ZTxG0H4WegLxrtEAI5Vsc6OR9dOwoC3SJQLXyV0ZVnPEh6GIgMKQ==",
|
|
218
|
+
"license": "Apache-2.0",
|
|
219
|
+
"dependencies": {
|
|
220
|
+
"p-limit": "^7.2.0"
|
|
221
|
+
},
|
|
222
|
+
"engines": {
|
|
223
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
224
|
+
"npm": ">=10"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
229
227
|
"node_modules/@appium/tsconfig": {
|
|
230
228
|
"version": "1.1.2",
|
|
231
229
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
|
|
@@ -525,16 +523,15 @@
|
|
|
525
523
|
}
|
|
526
524
|
},
|
|
527
525
|
"node_modules/appium-adb": {
|
|
528
|
-
"version": "14.
|
|
529
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.
|
|
530
|
-
"integrity": "sha512-
|
|
526
|
+
"version": "14.5.0",
|
|
527
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.5.0.tgz",
|
|
528
|
+
"integrity": "sha512-7o+zmfSqODMH98YrCd1ryaJGv5KTr7mmLLalPp8DJzbtuncuuTrFI5R+WfSWs10WEWxxsT3Kqfv7s8f/OmB8sQ==",
|
|
531
529
|
"license": "Apache-2.0",
|
|
532
530
|
"dependencies": {
|
|
533
|
-
"@appium/support": "^7.
|
|
531
|
+
"@appium/support": "^7.2.2",
|
|
534
532
|
"async-lock": "^1.0.0",
|
|
535
533
|
"asyncbox": "^6.0.1",
|
|
536
534
|
"ini": "^6.0.0",
|
|
537
|
-
"lodash": "^4.0.0",
|
|
538
535
|
"lru-cache": "^11.1.0",
|
|
539
536
|
"semver": "^7.0.0",
|
|
540
537
|
"teen_process": "^4.0.4"
|
|
@@ -545,17 +542,17 @@
|
|
|
545
542
|
}
|
|
546
543
|
},
|
|
547
544
|
"node_modules/appium-android-driver": {
|
|
548
|
-
"version": "13.2.
|
|
549
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.
|
|
550
|
-
"integrity": "sha512-
|
|
545
|
+
"version": "13.2.2",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.2.tgz",
|
|
547
|
+
"integrity": "sha512-Mblt0QrV7HVrj++WWwArJXvI+jGQ+Fj4jLd+6p3a2rjwVvyTuygm1tr/8C8UBQQoqoBm4WViYDHBFmScTCaDfw==",
|
|
551
548
|
"license": "Apache-2.0",
|
|
552
549
|
"dependencies": {
|
|
553
|
-
"@appium/support": "^7.
|
|
550
|
+
"@appium/support": "^7.2.2",
|
|
554
551
|
"@colors/colors": "^1.6.0",
|
|
555
552
|
"appium-adb": "^14.3.0",
|
|
556
553
|
"appium-chromedriver": "^8.2.25",
|
|
557
554
|
"asyncbox": "^6.1.0",
|
|
558
|
-
"axios": "^1.
|
|
555
|
+
"axios": "^1.16.0",
|
|
559
556
|
"io.appium.settings": "^7.0.4",
|
|
560
557
|
"lodash": "^4.17.4",
|
|
561
558
|
"lru-cache": "^11.1.0",
|
|
@@ -575,19 +572,18 @@
|
|
|
575
572
|
}
|
|
576
573
|
},
|
|
577
574
|
"node_modules/appium-chromedriver": {
|
|
578
|
-
"version": "8.
|
|
579
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.
|
|
580
|
-
"integrity": "sha512-
|
|
575
|
+
"version": "8.4.1",
|
|
576
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.1.tgz",
|
|
577
|
+
"integrity": "sha512-GGftJvpu2L6wJFNZ/WbRDhRZhP5AUchYoQnokDL0gLQVwsAcil/6AMPI1YUv+AJzjEnCtBSlGyTgSo+AuoeQ2A==",
|
|
581
578
|
"license": "Apache-2.0",
|
|
582
579
|
"dependencies": {
|
|
583
580
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
584
|
-
"@appium/support": "^7.
|
|
581
|
+
"@appium/support": "^7.2.2",
|
|
585
582
|
"@xmldom/xmldom": "^0.x",
|
|
586
583
|
"appium-adb": "^14.0.0",
|
|
587
584
|
"asyncbox": "^6.0.1",
|
|
588
|
-
"axios": "^1.
|
|
585
|
+
"axios": "^1.16.0",
|
|
589
586
|
"compare-versions": "^6.0.0",
|
|
590
|
-
"lodash": "^4.17.4",
|
|
591
587
|
"semver": "^7.0.0",
|
|
592
588
|
"teen_process": "^4.0.4",
|
|
593
589
|
"xpath": "^0.x"
|
|
@@ -598,9 +594,9 @@
|
|
|
598
594
|
}
|
|
599
595
|
},
|
|
600
596
|
"node_modules/appium-uiautomator2-server": {
|
|
601
|
-
"version": "
|
|
602
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-
|
|
603
|
-
"integrity": "sha512-
|
|
597
|
+
"version": "10.1.0",
|
|
598
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-10.1.0.tgz",
|
|
599
|
+
"integrity": "sha512-4YvWcyTTn1UtWvB3giNtGCo0yaji2c+7mcDwsOyk6dMoQ1JO0noxJ3rqpqTD7Kq14cXGcuR2OXwaVz5RGruXFg==",
|
|
604
600
|
"license": "Apache-2.0",
|
|
605
601
|
"engines": {
|
|
606
602
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -736,9 +732,9 @@
|
|
|
736
732
|
"license": "MIT"
|
|
737
733
|
},
|
|
738
734
|
"node_modules/asyncbox": {
|
|
739
|
-
"version": "6.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.
|
|
741
|
-
"integrity": "sha512-
|
|
735
|
+
"version": "6.3.0",
|
|
736
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
|
|
737
|
+
"integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
|
|
742
738
|
"license": "Apache-2.0",
|
|
743
739
|
"dependencies": {
|
|
744
740
|
"p-limit": "^7.2.0"
|
|
@@ -978,9 +974,9 @@
|
|
|
978
974
|
}
|
|
979
975
|
},
|
|
980
976
|
"node_modules/brace-expansion": {
|
|
981
|
-
"version": "5.0.
|
|
982
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
983
|
-
"integrity": "sha512-
|
|
977
|
+
"version": "5.0.6",
|
|
978
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
979
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
984
980
|
"license": "MIT",
|
|
985
981
|
"dependencies": {
|
|
986
982
|
"balanced-match": "^4.0.2"
|
|
@@ -1070,7 +1066,6 @@
|
|
|
1070
1066
|
"version": "9.0.1",
|
|
1071
1067
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
1072
1068
|
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
1073
|
-
"extraneous": true,
|
|
1074
1069
|
"license": "ISC",
|
|
1075
1070
|
"dependencies": {
|
|
1076
1071
|
"string-width": "^7.2.0",
|
|
@@ -1085,14 +1080,12 @@
|
|
|
1085
1080
|
"version": "10.6.0",
|
|
1086
1081
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
1087
1082
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
1088
|
-
"extraneous": true,
|
|
1089
1083
|
"license": "MIT"
|
|
1090
1084
|
},
|
|
1091
1085
|
"node_modules/cliui/node_modules/string-width": {
|
|
1092
1086
|
"version": "7.2.0",
|
|
1093
1087
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
1094
1088
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
1095
|
-
"extraneous": true,
|
|
1096
1089
|
"license": "MIT",
|
|
1097
1090
|
"dependencies": {
|
|
1098
1091
|
"emoji-regex": "^10.3.0",
|
|
@@ -1110,7 +1103,6 @@
|
|
|
1110
1103
|
"version": "7.2.0",
|
|
1111
1104
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
1112
1105
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
1113
|
-
"extraneous": true,
|
|
1114
1106
|
"license": "MIT",
|
|
1115
1107
|
"dependencies": {
|
|
1116
1108
|
"ansi-regex": "^6.2.2"
|
|
@@ -1178,7 +1170,6 @@
|
|
|
1178
1170
|
"version": "3.4.2",
|
|
1179
1171
|
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
|
|
1180
1172
|
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
|
|
1181
|
-
"extraneous": true,
|
|
1182
1173
|
"license": "MIT",
|
|
1183
1174
|
"engines": {
|
|
1184
1175
|
"node": "^14.18.0 || >=16.10.0"
|
|
@@ -1368,7 +1359,6 @@
|
|
|
1368
1359
|
"version": "9.0.0",
|
|
1369
1360
|
"resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
|
|
1370
1361
|
"integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
|
|
1371
|
-
"extraneous": true,
|
|
1372
1362
|
"license": "BSD-3-Clause",
|
|
1373
1363
|
"engines": {
|
|
1374
1364
|
"node": ">=0.3.1"
|
|
@@ -1470,7 +1460,6 @@
|
|
|
1470
1460
|
"version": "3.2.0",
|
|
1471
1461
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
1472
1462
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
1473
|
-
"extraneous": true,
|
|
1474
1463
|
"license": "MIT",
|
|
1475
1464
|
"engines": {
|
|
1476
1465
|
"node": ">=6"
|
|
@@ -1760,17 +1749,15 @@
|
|
|
1760
1749
|
"version": "2.0.5",
|
|
1761
1750
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
1762
1751
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
1763
|
-
"extraneous": true,
|
|
1764
1752
|
"license": "ISC",
|
|
1765
1753
|
"engines": {
|
|
1766
1754
|
"node": "6.* || 8.* || >= 10.*"
|
|
1767
1755
|
}
|
|
1768
1756
|
},
|
|
1769
1757
|
"node_modules/get-east-asian-width": {
|
|
1770
|
-
"version": "1.
|
|
1771
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
1772
|
-
"integrity": "sha512-
|
|
1773
|
-
"extraneous": true,
|
|
1758
|
+
"version": "1.6.0",
|
|
1759
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
1760
|
+
"integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
|
|
1774
1761
|
"license": "MIT",
|
|
1775
1762
|
"engines": {
|
|
1776
1763
|
"node": ">=18"
|
|
@@ -2083,14 +2070,13 @@
|
|
|
2083
2070
|
}
|
|
2084
2071
|
},
|
|
2085
2072
|
"node_modules/io.appium.settings": {
|
|
2086
|
-
"version": "7.
|
|
2087
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.
|
|
2088
|
-
"integrity": "sha512-
|
|
2073
|
+
"version": "7.1.1",
|
|
2074
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.1.tgz",
|
|
2075
|
+
"integrity": "sha512-C4iA0a50jGwUuUSwk+Gu0oXKHBur5XZHn20+cHMgtlscrAl+K+7JyySuUzkpxq9MDjRsQD309c89k95MpcNgDw==",
|
|
2089
2076
|
"license": "Apache-2.0",
|
|
2090
2077
|
"dependencies": {
|
|
2091
2078
|
"@appium/logger": "^2.0.0-rc.1",
|
|
2092
2079
|
"asyncbox": "^6.0.1",
|
|
2093
|
-
"bluebird": "^3.5.1",
|
|
2094
2080
|
"semver": "^7.5.4",
|
|
2095
2081
|
"teen_process": "^4.0.4"
|
|
2096
2082
|
},
|
|
@@ -2273,7 +2259,6 @@
|
|
|
2273
2259
|
"version": "3.1.3",
|
|
2274
2260
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
2275
2261
|
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
2276
|
-
"extraneous": true,
|
|
2277
2262
|
"license": "MIT",
|
|
2278
2263
|
"engines": {
|
|
2279
2264
|
"node": ">=14"
|
|
@@ -3766,7 +3751,6 @@
|
|
|
3766
3751
|
"version": "9.0.2",
|
|
3767
3752
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
3768
3753
|
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
3769
|
-
"extraneous": true,
|
|
3770
3754
|
"license": "MIT",
|
|
3771
3755
|
"dependencies": {
|
|
3772
3756
|
"ansi-styles": "^6.2.1",
|
|
@@ -3802,7 +3786,6 @@
|
|
|
3802
3786
|
"version": "6.2.3",
|
|
3803
3787
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
3804
3788
|
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
3805
|
-
"extraneous": true,
|
|
3806
3789
|
"license": "MIT",
|
|
3807
3790
|
"engines": {
|
|
3808
3791
|
"node": ">=12"
|
|
@@ -3815,14 +3798,12 @@
|
|
|
3815
3798
|
"version": "10.6.0",
|
|
3816
3799
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
3817
3800
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
3818
|
-
"extraneous": true,
|
|
3819
3801
|
"license": "MIT"
|
|
3820
3802
|
},
|
|
3821
3803
|
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
3822
3804
|
"version": "7.2.0",
|
|
3823
3805
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3824
3806
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3825
|
-
"extraneous": true,
|
|
3826
3807
|
"license": "MIT",
|
|
3827
3808
|
"dependencies": {
|
|
3828
3809
|
"emoji-regex": "^10.3.0",
|
|
@@ -3840,7 +3821,6 @@
|
|
|
3840
3821
|
"version": "7.2.0",
|
|
3841
3822
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3842
3823
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3843
|
-
"extraneous": true,
|
|
3844
3824
|
"license": "MIT",
|
|
3845
3825
|
"dependencies": {
|
|
3846
3826
|
"ansi-regex": "^6.2.2"
|
|
@@ -3901,7 +3881,6 @@
|
|
|
3901
3881
|
"version": "5.0.8",
|
|
3902
3882
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
3903
3883
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
3904
|
-
"extraneous": true,
|
|
3905
3884
|
"license": "ISC",
|
|
3906
3885
|
"engines": {
|
|
3907
3886
|
"node": ">=10"
|
|
@@ -3911,7 +3890,6 @@
|
|
|
3911
3890
|
"version": "2.8.4",
|
|
3912
3891
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
|
|
3913
3892
|
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
|
3914
|
-
"extraneous": true,
|
|
3915
3893
|
"license": "ISC",
|
|
3916
3894
|
"bin": {
|
|
3917
3895
|
"yaml": "bin.mjs"
|
|
@@ -3927,7 +3905,6 @@
|
|
|
3927
3905
|
"version": "18.0.0",
|
|
3928
3906
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
|
|
3929
3907
|
"integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
|
|
3930
|
-
"extraneous": true,
|
|
3931
3908
|
"license": "MIT",
|
|
3932
3909
|
"dependencies": {
|
|
3933
3910
|
"cliui": "^9.0.1",
|
|
@@ -3945,7 +3922,6 @@
|
|
|
3945
3922
|
"version": "22.0.0",
|
|
3946
3923
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
3947
3924
|
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
3948
|
-
"extraneous": true,
|
|
3949
3925
|
"license": "ISC",
|
|
3950
3926
|
"engines": {
|
|
3951
3927
|
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
@@ -3955,14 +3931,12 @@
|
|
|
3955
3931
|
"version": "10.6.0",
|
|
3956
3932
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
3957
3933
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
3958
|
-
"extraneous": true,
|
|
3959
3934
|
"license": "MIT"
|
|
3960
3935
|
},
|
|
3961
3936
|
"node_modules/yargs/node_modules/string-width": {
|
|
3962
3937
|
"version": "7.2.0",
|
|
3963
3938
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3964
3939
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3965
|
-
"extraneous": true,
|
|
3966
3940
|
"license": "MIT",
|
|
3967
3941
|
"dependencies": {
|
|
3968
3942
|
"emoji-regex": "^10.3.0",
|
|
@@ -3980,7 +3954,6 @@
|
|
|
3980
3954
|
"version": "7.2.0",
|
|
3981
3955
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3982
3956
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3983
|
-
"extraneous": true,
|
|
3984
3957
|
"license": "MIT",
|
|
3985
3958
|
"dependencies": {
|
|
3986
3959
|
"ansi-regex": "^6.2.2"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "7.
|
|
10
|
+
"version": "7.3.0",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"appium-adb": "^14.0.0",
|
|
60
60
|
"appium-android-driver": "^13.1.1",
|
|
61
|
-
"appium-uiautomator2-server": "^
|
|
61
|
+
"appium-uiautomator2-server": "^10.1.0",
|
|
62
62
|
"asyncbox": "^6.0.1",
|
|
63
|
-
"axios": "^1.
|
|
63
|
+
"axios": "^1.16.0",
|
|
64
64
|
"css-selector-parser": "^3.0.0",
|
|
65
65
|
"io.appium.settings": "^7.0.1",
|
|
66
66
|
"lodash": "^4.17.4",
|
|
@@ -75,11 +75,15 @@
|
|
|
75
75
|
"@appium/types": "^1.0.0-rc.1",
|
|
76
76
|
"@semantic-release/changelog": "^6.0.1",
|
|
77
77
|
"@semantic-release/git": "^10.0.1",
|
|
78
|
+
"@types/chai": "^5.2.3",
|
|
79
|
+
"@types/chai-as-promised": "^8.0.2",
|
|
78
80
|
"@types/lodash": "^4.14.194",
|
|
79
81
|
"@types/mocha": "^10.0.1",
|
|
80
82
|
"@types/node": "^25.0.3",
|
|
81
83
|
"@types/portscanner": "^2.1.1",
|
|
82
84
|
"@types/semver": "^7.5.0",
|
|
85
|
+
"@types/sinon": "^21.0.1",
|
|
86
|
+
"@types/unzipper": "^0.10.11",
|
|
83
87
|
"@types/ws": "^8.5.4",
|
|
84
88
|
"@xmldom/xmldom": "^0.x",
|
|
85
89
|
"chai": "^6.0.0",
|