appium-uiautomator2-driver 5.0.0 → 5.0.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 +11 -0
- package/build/lib/constraints.d.ts +1 -1
- package/build/lib/driver.d.ts +2 -1
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +81 -70
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.js +14 -0
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +6 -0
- package/npm-shrinkwrap.json +128 -109
- package/package.json +3 -3
package/lib/driver.ts
CHANGED
|
@@ -8,6 +8,7 @@ import type {
|
|
|
8
8
|
RouteMatcher,
|
|
9
9
|
SingularSessionData,
|
|
10
10
|
StringRecord,
|
|
11
|
+
SessionCapabilities,
|
|
11
12
|
} from '@appium/types';
|
|
12
13
|
import {DEFAULT_ADB_PORT} from 'appium-adb';
|
|
13
14
|
import {AndroidDriver, utils} from 'appium-android-driver';
|
|
@@ -999,6 +1000,11 @@ class AndroidUiautomator2Driver
|
|
|
999
1000
|
return {...driverSettings, ...serverSettings} as any;
|
|
1000
1001
|
}
|
|
1001
1002
|
|
|
1003
|
+
// needed to make the typechecker happy
|
|
1004
|
+
async getAppiumSessionCapabilities(): Promise<SessionCapabilities<Uiautomator2Constraints>> {
|
|
1005
|
+
return (await super.getAppiumSessionCapabilities()) as SessionCapabilities<Uiautomator2Constraints>;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1002
1008
|
mobileGetActionHistory = mobileGetActionHistory;
|
|
1003
1009
|
mobileScheduleAction = mobileScheduleAction;
|
|
1004
1010
|
mobileUnscheduleAction = mobileUnscheduleAction;
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^13.0.0",
|
|
13
|
-
"appium-android-driver": "^11.0.
|
|
13
|
+
"appium-android-driver": "^11.0.3",
|
|
14
14
|
"appium-uiautomator2-server": "^8.0.0",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/ws": "^8.5.4",
|
|
43
43
|
"@xmldom/xmldom": "^0.x",
|
|
44
44
|
"android-apidemos": "^5.0.0",
|
|
45
|
-
"chai": "^
|
|
45
|
+
"chai": "^6.0.0",
|
|
46
46
|
"chai-as-promised": "^8.0.0",
|
|
47
47
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
48
48
|
"mocha": "^11.0.1",
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@appium/base-driver": {
|
|
68
|
-
"version": "10.0.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "10.0.1",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.1.tgz",
|
|
70
|
+
"integrity": "sha512-5E/vsVY/6yzj6/M51JO+Qzr9/03KlgHqSPwm+46bV4qGMgBSe0kKRvUea5Vjva8Bwy/Bl60gZEA1ZkAWSjkBIA==",
|
|
71
71
|
"license": "Apache-2.0",
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@appium/support": "^7.0.
|
|
74
|
-
"@appium/types": "^1.0.
|
|
73
|
+
"@appium/support": "^7.0.1",
|
|
74
|
+
"@appium/types": "^1.0.1",
|
|
75
75
|
"@colors/colors": "1.6.0",
|
|
76
76
|
"async-lock": "1.4.1",
|
|
77
77
|
"asyncbox": "3.0.0",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"fastest-levenshtein": "1.0.16",
|
|
83
83
|
"http-status-codes": "2.3.0",
|
|
84
84
|
"lodash": "4.17.21",
|
|
85
|
-
"lru-cache": "11.1
|
|
85
|
+
"lru-cache": "11.2.1",
|
|
86
86
|
"method-override": "3.0.0",
|
|
87
87
|
"morgan": "1.10.1",
|
|
88
|
-
"path-to-regexp": "8.
|
|
88
|
+
"path-to-regexp": "8.3.0",
|
|
89
89
|
"serve-favicon": "2.5.1",
|
|
90
90
|
"source-map-support": "0.5.21",
|
|
91
91
|
"type-fest": "4.41.0"
|
|
@@ -99,21 +99,21 @@
|
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"node_modules/@appium/docutils": {
|
|
102
|
-
"version": "2.
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.
|
|
104
|
-
"integrity": "sha512-
|
|
102
|
+
"version": "2.1.0",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.0.tgz",
|
|
104
|
+
"integrity": "sha512-pIXgostwQtSEk6Ly02crIIaYQCN8eUgjRDx56BCLE6vQVFNAwPoS1QLiI7IPjIVZahAvv0ftyjMlbje0QXufnQ==",
|
|
105
105
|
"license": "Apache-2.0",
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@appium/support": "^7.0.
|
|
107
|
+
"@appium/support": "^7.0.1",
|
|
108
108
|
"chalk": "4.1.2",
|
|
109
109
|
"consola": "3.4.2",
|
|
110
|
-
"diff": "8.0.
|
|
110
|
+
"diff": "8.0.2",
|
|
111
111
|
"lilconfig": "3.1.3",
|
|
112
112
|
"lodash": "4.17.21",
|
|
113
113
|
"pkg-dir": "5.0.0",
|
|
114
114
|
"read-pkg": "5.2.0",
|
|
115
115
|
"source-map-support": "0.5.21",
|
|
116
|
-
"teen_process": "3.0.
|
|
116
|
+
"teen_process": "3.0.1",
|
|
117
117
|
"type-fest": "4.41.0",
|
|
118
118
|
"yaml": "2.8.1",
|
|
119
119
|
"yargs": "18.0.0",
|
|
@@ -128,14 +128,14 @@
|
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"node_modules/@appium/logger": {
|
|
131
|
-
"version": "2.0.
|
|
132
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
133
|
-
"integrity": "sha512-
|
|
131
|
+
"version": "2.0.1",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.1.tgz",
|
|
133
|
+
"integrity": "sha512-EMO0wqON/lvj78+APZB2OVpObyoA5PevAKUP1z6ZEl57eUksNsw5RctglfhCDsJwyyr/oSGEMw+3mZ/qMNR9fQ==",
|
|
134
134
|
"license": "ISC",
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"console-control-strings": "1.1.0",
|
|
137
137
|
"lodash": "4.17.21",
|
|
138
|
-
"lru-cache": "11.1
|
|
138
|
+
"lru-cache": "11.2.1",
|
|
139
139
|
"set-blocking": "2.0.0"
|
|
140
140
|
},
|
|
141
141
|
"engines": {
|
|
@@ -158,14 +158,14 @@
|
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
"node_modules/@appium/support": {
|
|
161
|
-
"version": "7.0.
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
163
|
-
"integrity": "sha512-
|
|
161
|
+
"version": "7.0.1",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.1.tgz",
|
|
163
|
+
"integrity": "sha512-djVPpwVRBMUIGuF49KwIqFC+NhczVchSbsMni8+8b4tCumS+2/RjaDAhZ4ZdSfz7/pSQdTxWfvK00OK+tysmPw==",
|
|
164
164
|
"license": "Apache-2.0",
|
|
165
165
|
"dependencies": {
|
|
166
|
-
"@appium/logger": "^2.0.
|
|
167
|
-
"@appium/tsconfig": "^1.
|
|
168
|
-
"@appium/types": "^1.0.
|
|
166
|
+
"@appium/logger": "^2.0.1",
|
|
167
|
+
"@appium/tsconfig": "^1.1.0",
|
|
168
|
+
"@appium/types": "^1.0.1",
|
|
169
169
|
"@colors/colors": "1.6.0",
|
|
170
170
|
"archiver": "7.0.1",
|
|
171
171
|
"axios": "1.11.0",
|
|
@@ -193,9 +193,9 @@
|
|
|
193
193
|
"shell-quote": "1.8.3",
|
|
194
194
|
"source-map-support": "0.5.21",
|
|
195
195
|
"supports-color": "8.1.1",
|
|
196
|
-
"teen_process": "3.0.
|
|
196
|
+
"teen_process": "3.0.1",
|
|
197
197
|
"type-fest": "4.41.0",
|
|
198
|
-
"uuid": "
|
|
198
|
+
"uuid": "13.0.0",
|
|
199
199
|
"which": "5.0.0",
|
|
200
200
|
"yauzl": "3.2.0"
|
|
201
201
|
},
|
|
@@ -208,12 +208,12 @@
|
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"node_modules/@appium/tsconfig": {
|
|
211
|
-
"version": "1.
|
|
212
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.
|
|
213
|
-
"integrity": "sha512-
|
|
211
|
+
"version": "1.1.0",
|
|
212
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.0.tgz",
|
|
213
|
+
"integrity": "sha512-4QO++yh9hMDiqAnPNHWQStxhTz1to6wG8hsPaviHjqOnlGQa34jrcS6gqciPZL6+xkd5qgIkZjmOTNNWNUFgqQ==",
|
|
214
214
|
"license": "Apache-2.0",
|
|
215
215
|
"dependencies": {
|
|
216
|
-
"@tsconfig/
|
|
216
|
+
"@tsconfig/node20": "20.1.6"
|
|
217
217
|
},
|
|
218
218
|
"engines": {
|
|
219
219
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -221,14 +221,14 @@
|
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
"node_modules/@appium/types": {
|
|
224
|
-
"version": "1.0.
|
|
225
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.
|
|
226
|
-
"integrity": "sha512-
|
|
224
|
+
"version": "1.0.1",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.1.tgz",
|
|
226
|
+
"integrity": "sha512-Fajl1wzMNnr++OPo4SxfAsFVvu4g8UQO+w/sDv7rAreOmRh7xcLrmF/Q9rhBXDuWITczBQhvTH6nyLM9+bCP4w==",
|
|
227
227
|
"license": "Apache-2.0",
|
|
228
228
|
"dependencies": {
|
|
229
|
-
"@appium/logger": "^2.0.
|
|
229
|
+
"@appium/logger": "^2.0.1",
|
|
230
230
|
"@appium/schema": "^1.0.0",
|
|
231
|
-
"@appium/tsconfig": "^1.
|
|
231
|
+
"@appium/tsconfig": "^1.1.0",
|
|
232
232
|
"type-fest": "4.41.0"
|
|
233
233
|
},
|
|
234
234
|
"engines": {
|
|
@@ -307,9 +307,9 @@
|
|
|
307
307
|
}
|
|
308
308
|
},
|
|
309
309
|
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
310
|
-
"version": "6.2.
|
|
311
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
312
|
-
"integrity": "sha512-
|
|
310
|
+
"version": "6.2.3",
|
|
311
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
312
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
313
313
|
"license": "MIT",
|
|
314
314
|
"engines": {
|
|
315
315
|
"node": ">=12"
|
|
@@ -345,10 +345,10 @@
|
|
|
345
345
|
"node": ">=14"
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
|
-
"node_modules/@tsconfig/
|
|
349
|
-
"version": "
|
|
350
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/
|
|
351
|
-
"integrity": "sha512-
|
|
348
|
+
"node_modules/@tsconfig/node20": {
|
|
349
|
+
"version": "20.1.6",
|
|
350
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.6.tgz",
|
|
351
|
+
"integrity": "sha512-sz+Hqx9zwZDpZIV871WSbUzSqNIsXzghZydypnfgzPKLltVJfkINfUeTct31n/tTSa9ZE1ZOfKdRre1uHHquYQ==",
|
|
352
352
|
"license": "MIT"
|
|
353
353
|
},
|
|
354
354
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -392,9 +392,9 @@
|
|
|
392
392
|
}
|
|
393
393
|
},
|
|
394
394
|
"node_modules/ansi-regex": {
|
|
395
|
-
"version": "6.2.
|
|
396
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.
|
|
397
|
-
"integrity": "sha512-
|
|
395
|
+
"version": "6.2.2",
|
|
396
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
397
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
398
398
|
"license": "MIT",
|
|
399
399
|
"engines": {
|
|
400
400
|
"node": ">=12"
|
|
@@ -419,9 +419,9 @@
|
|
|
419
419
|
}
|
|
420
420
|
},
|
|
421
421
|
"node_modules/appium-adb": {
|
|
422
|
-
"version": "13.0.
|
|
423
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.
|
|
424
|
-
"integrity": "sha512-
|
|
422
|
+
"version": "13.0.3",
|
|
423
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.3.tgz",
|
|
424
|
+
"integrity": "sha512-nce9sc6/fTN2pzs9y+38WqEfhyBxe67uQZFgMzs7b6IU08YX6N8j1pdzcKgl1jLCenhGPKWyc6Ca45/PQGg2uw==",
|
|
425
425
|
"license": "Apache-2.0",
|
|
426
426
|
"dependencies": {
|
|
427
427
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -441,9 +441,9 @@
|
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"node_modules/appium-android-driver": {
|
|
444
|
-
"version": "11.0.
|
|
445
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-11.0.
|
|
446
|
-
"integrity": "sha512-
|
|
444
|
+
"version": "11.0.3",
|
|
445
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-11.0.3.tgz",
|
|
446
|
+
"integrity": "sha512-a/LKrmrD+9DlFlQJNvgmF/A55FLI3kpp1ArLcoJpKIhtJMqhNq6e2CctWV4HKruT1XKkAk8uurFPRiMoD2mYyA==",
|
|
447
447
|
"license": "Apache-2.0",
|
|
448
448
|
"dependencies": {
|
|
449
449
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"bluebird": "^3.4.7",
|
|
456
456
|
"io.appium.settings": "^6.0.0",
|
|
457
457
|
"lodash": "^4.17.4",
|
|
458
|
-
"lru-cache": "^
|
|
458
|
+
"lru-cache": "^11.1.0",
|
|
459
459
|
"moment": "^2.24.0",
|
|
460
460
|
"moment-timezone": "^0.x",
|
|
461
461
|
"portscanner": "^2.2.0",
|
|
@@ -473,16 +473,10 @@
|
|
|
473
473
|
"appium": "^3.0.0-rc.2"
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
|
-
"node_modules/appium-android-driver/node_modules/lru-cache": {
|
|
477
|
-
"version": "10.4.3",
|
|
478
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
479
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
480
|
-
"license": "ISC"
|
|
481
|
-
},
|
|
482
476
|
"node_modules/appium-chromedriver": {
|
|
483
|
-
"version": "8.0.
|
|
484
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.
|
|
485
|
-
"integrity": "sha512-
|
|
477
|
+
"version": "8.0.7",
|
|
478
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.7.tgz",
|
|
479
|
+
"integrity": "sha512-GKslPG95XF/MCe0JK4Ts/0t1T4BMgs8lC4ejYjOOqttTMnIqD2AylBpi3rw+xE8IfKO5kPifzu6HNh8/QNVluA==",
|
|
486
480
|
"license": "Apache-2.0",
|
|
487
481
|
"dependencies": {
|
|
488
482
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -682,10 +676,18 @@
|
|
|
682
676
|
}
|
|
683
677
|
},
|
|
684
678
|
"node_modules/b4a": {
|
|
685
|
-
"version": "1.
|
|
686
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.
|
|
687
|
-
"integrity": "sha512-
|
|
688
|
-
"license": "Apache-2.0"
|
|
679
|
+
"version": "1.7.0",
|
|
680
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.0.tgz",
|
|
681
|
+
"integrity": "sha512-KtsH1alSKomfNi/yDAFaD8PPFfi0LxJCEbPuzogcXrMF+yH40Z1ykTDo2vyxuQfN1FLjv0LFM7CadLHEPrVifw==",
|
|
682
|
+
"license": "Apache-2.0",
|
|
683
|
+
"peerDependencies": {
|
|
684
|
+
"react-native-b4a": "^0.0.0"
|
|
685
|
+
},
|
|
686
|
+
"peerDependenciesMeta": {
|
|
687
|
+
"react-native-b4a": {
|
|
688
|
+
"optional": true
|
|
689
|
+
}
|
|
690
|
+
}
|
|
689
691
|
},
|
|
690
692
|
"node_modules/balanced-match": {
|
|
691
693
|
"version": "1.0.2",
|
|
@@ -896,9 +898,9 @@
|
|
|
896
898
|
}
|
|
897
899
|
},
|
|
898
900
|
"node_modules/cliui/node_modules/ansi-styles": {
|
|
899
|
-
"version": "6.2.
|
|
900
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
901
|
-
"integrity": "sha512-
|
|
901
|
+
"version": "6.2.3",
|
|
902
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
903
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
902
904
|
"license": "MIT",
|
|
903
905
|
"engines": {
|
|
904
906
|
"node": ">=12"
|
|
@@ -908,9 +910,9 @@
|
|
|
908
910
|
}
|
|
909
911
|
},
|
|
910
912
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
911
|
-
"version": "10.
|
|
912
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
913
|
-
"integrity": "sha512-
|
|
913
|
+
"version": "10.5.0",
|
|
914
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz",
|
|
915
|
+
"integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==",
|
|
914
916
|
"license": "MIT"
|
|
915
917
|
},
|
|
916
918
|
"node_modules/cliui/node_modules/string-width": {
|
|
@@ -931,9 +933,9 @@
|
|
|
931
933
|
}
|
|
932
934
|
},
|
|
933
935
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
934
|
-
"version": "9.0.
|
|
935
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.
|
|
936
|
-
"integrity": "sha512-
|
|
936
|
+
"version": "9.0.2",
|
|
937
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
938
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
937
939
|
"license": "MIT",
|
|
938
940
|
"dependencies": {
|
|
939
941
|
"ansi-styles": "^6.2.1",
|
|
@@ -1610,9 +1612,9 @@
|
|
|
1610
1612
|
}
|
|
1611
1613
|
},
|
|
1612
1614
|
"node_modules/get-east-asian-width": {
|
|
1613
|
-
"version": "1.
|
|
1614
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
1615
|
-
"integrity": "sha512-
|
|
1615
|
+
"version": "1.4.0",
|
|
1616
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
1617
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
1616
1618
|
"license": "MIT",
|
|
1617
1619
|
"engines": {
|
|
1618
1620
|
"node": ">=18"
|
|
@@ -1926,9 +1928,9 @@
|
|
|
1926
1928
|
}
|
|
1927
1929
|
},
|
|
1928
1930
|
"node_modules/io.appium.settings": {
|
|
1929
|
-
"version": "6.0.
|
|
1930
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-6.0.
|
|
1931
|
-
"integrity": "sha512-
|
|
1931
|
+
"version": "6.0.4",
|
|
1932
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-6.0.4.tgz",
|
|
1933
|
+
"integrity": "sha512-h97I4wk5+97/FwLNX649fneQzf8JpesYjReU/Is91J7X9dTMSLLondzb7WmH994SAMlho4qtdx823quf7wjoxg==",
|
|
1932
1934
|
"license": "Apache-2.0",
|
|
1933
1935
|
"dependencies": {
|
|
1934
1936
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -2218,9 +2220,9 @@
|
|
|
2218
2220
|
}
|
|
2219
2221
|
},
|
|
2220
2222
|
"node_modules/lru-cache": {
|
|
2221
|
-
"version": "11.1
|
|
2222
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.
|
|
2223
|
-
"integrity": "sha512-
|
|
2223
|
+
"version": "11.2.1",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
|
|
2225
|
+
"integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
|
|
2224
2226
|
"license": "ISC",
|
|
2225
2227
|
"engines": {
|
|
2226
2228
|
"node": "20 || >=22"
|
|
@@ -2637,12 +2639,13 @@
|
|
|
2637
2639
|
}
|
|
2638
2640
|
},
|
|
2639
2641
|
"node_modules/path-to-regexp": {
|
|
2640
|
-
"version": "8.
|
|
2641
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
2642
|
-
"integrity": "sha512-
|
|
2642
|
+
"version": "8.3.0",
|
|
2643
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
2644
|
+
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
2643
2645
|
"license": "MIT",
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
+
"funding": {
|
|
2647
|
+
"type": "opencollective",
|
|
2648
|
+
"url": "https://opencollective.com/express"
|
|
2646
2649
|
}
|
|
2647
2650
|
},
|
|
2648
2651
|
"node_modules/pend": {
|
|
@@ -2774,18 +2777,34 @@
|
|
|
2774
2777
|
}
|
|
2775
2778
|
},
|
|
2776
2779
|
"node_modules/raw-body": {
|
|
2777
|
-
"version": "3.0.
|
|
2778
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.
|
|
2779
|
-
"integrity": "sha512-
|
|
2780
|
+
"version": "3.0.1",
|
|
2781
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.1.tgz",
|
|
2782
|
+
"integrity": "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA==",
|
|
2780
2783
|
"license": "MIT",
|
|
2781
2784
|
"dependencies": {
|
|
2782
2785
|
"bytes": "3.1.2",
|
|
2783
2786
|
"http-errors": "2.0.0",
|
|
2784
|
-
"iconv-lite": "0.
|
|
2787
|
+
"iconv-lite": "0.7.0",
|
|
2785
2788
|
"unpipe": "1.0.0"
|
|
2786
2789
|
},
|
|
2787
2790
|
"engines": {
|
|
2788
|
-
"node": ">= 0.
|
|
2791
|
+
"node": ">= 0.10"
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
2795
|
+
"version": "0.7.0",
|
|
2796
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
2797
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
2798
|
+
"license": "MIT",
|
|
2799
|
+
"dependencies": {
|
|
2800
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2801
|
+
},
|
|
2802
|
+
"engines": {
|
|
2803
|
+
"node": ">=0.10.0"
|
|
2804
|
+
},
|
|
2805
|
+
"funding": {
|
|
2806
|
+
"type": "opencollective",
|
|
2807
|
+
"url": "https://opencollective.com/express"
|
|
2789
2808
|
}
|
|
2790
2809
|
},
|
|
2791
2810
|
"node_modules/read-pkg": {
|
|
@@ -3432,9 +3451,9 @@
|
|
|
3432
3451
|
}
|
|
3433
3452
|
},
|
|
3434
3453
|
"node_modules/strip-ansi": {
|
|
3435
|
-
"version": "7.1.
|
|
3436
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
3437
|
-
"integrity": "sha512-
|
|
3454
|
+
"version": "7.1.2",
|
|
3455
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
3456
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
3438
3457
|
"license": "MIT",
|
|
3439
3458
|
"dependencies": {
|
|
3440
3459
|
"ansi-regex": "^6.0.1"
|
|
@@ -3507,9 +3526,9 @@
|
|
|
3507
3526
|
}
|
|
3508
3527
|
},
|
|
3509
3528
|
"node_modules/teen_process": {
|
|
3510
|
-
"version": "3.0.
|
|
3511
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
3512
|
-
"integrity": "sha512-
|
|
3529
|
+
"version": "3.0.1",
|
|
3530
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
3531
|
+
"integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
|
|
3513
3532
|
"license": "Apache-2.0",
|
|
3514
3533
|
"dependencies": {
|
|
3515
3534
|
"bluebird": "^3.7.2",
|
|
@@ -3612,16 +3631,16 @@
|
|
|
3612
3631
|
"license": "MIT"
|
|
3613
3632
|
},
|
|
3614
3633
|
"node_modules/uuid": {
|
|
3615
|
-
"version": "
|
|
3616
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
3617
|
-
"integrity": "sha512-
|
|
3634
|
+
"version": "13.0.0",
|
|
3635
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
|
|
3636
|
+
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
|
3618
3637
|
"funding": [
|
|
3619
3638
|
"https://github.com/sponsors/broofa",
|
|
3620
3639
|
"https://github.com/sponsors/ctavan"
|
|
3621
3640
|
],
|
|
3622
3641
|
"license": "MIT",
|
|
3623
3642
|
"bin": {
|
|
3624
|
-
"uuid": "dist/
|
|
3643
|
+
"uuid": "dist-node/bin/uuid"
|
|
3625
3644
|
}
|
|
3626
3645
|
},
|
|
3627
3646
|
"node_modules/validate-npm-package-license": {
|
|
@@ -3883,9 +3902,9 @@
|
|
|
3883
3902
|
}
|
|
3884
3903
|
},
|
|
3885
3904
|
"node_modules/yargs/node_modules/emoji-regex": {
|
|
3886
|
-
"version": "10.
|
|
3887
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
3888
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "10.5.0",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz",
|
|
3907
|
+
"integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==",
|
|
3889
3908
|
"license": "MIT"
|
|
3890
3909
|
},
|
|
3891
3910
|
"node_modules/yargs/node_modules/string-width": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "5.0.
|
|
10
|
+
"version": "5.0.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": "^13.0.0",
|
|
60
|
-
"appium-android-driver": "^11.0.
|
|
60
|
+
"appium-android-driver": "^11.0.3",
|
|
61
61
|
"appium-uiautomator2-server": "^8.0.0",
|
|
62
62
|
"asyncbox": "^3.0.0",
|
|
63
63
|
"axios": "^1.6.5",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@types/ws": "^8.5.4",
|
|
90
90
|
"@xmldom/xmldom": "^0.x",
|
|
91
91
|
"android-apidemos": "^5.0.0",
|
|
92
|
-
"chai": "^
|
|
92
|
+
"chai": "^6.0.0",
|
|
93
93
|
"chai-as-promised": "^8.0.0",
|
|
94
94
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
95
95
|
"mocha": "^11.0.1",
|