appium-uiautomator2-driver 2.7.1 → 2.8.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/README.md +3 -3
- package/build/index.js +1 -4
- package/build/lib/commands/actions.js +3 -12
- package/build/lib/commands/actions.js.map +1 -1
- package/build/lib/commands/alert.js +3 -9
- package/build/lib/commands/alert.js.map +1 -1
- package/build/lib/commands/battery.js +3 -5
- package/build/lib/commands/battery.js.map +1 -1
- package/build/lib/commands/element.js +3 -36
- package/build/lib/commands/element.js.map +1 -1
- package/build/lib/commands/find.js +2 -9
- package/build/lib/commands/find.js.map +1 -1
- package/build/lib/commands/general.js +5 -36
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/commands/gestures.js +1 -15
- package/build/lib/commands/gestures.js.map +1 -1
- package/build/lib/commands/index.js +3 -15
- package/build/lib/commands/index.js.map +1 -1
- package/build/lib/commands/screenshot.js +1 -8
- package/build/lib/commands/screenshot.js.map +1 -1
- package/build/lib/commands/touch.js +2 -8
- package/build/lib/commands/touch.js.map +1 -1
- package/build/lib/commands/viewport.js +3 -9
- package/build/lib/commands/viewport.js.map +1 -1
- package/build/lib/css-converter.js +1 -42
- package/build/lib/css-converter.js.map +1 -1
- package/build/lib/desired-caps.js +1 -4
- package/build/lib/desired-caps.js.map +1 -1
- package/build/lib/driver.js +24 -102
- package/build/lib/driver.js.map +1 -1
- package/build/lib/extensions.js +1 -3
- package/build/lib/extensions.js.map +1 -1
- package/build/lib/helpers.js +1 -15
- package/build/lib/helpers.js.map +1 -1
- package/build/lib/logger.js +1 -5
- package/build/lib/logger.js.map +1 -1
- package/build/lib/uiautomator2.js +1 -70
- package/build/lib/uiautomator2.js.map +1 -1
- package/npm-shrinkwrap.json +195 -108
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.8.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.10.9",
|
|
14
|
-
"appium-android-driver": "^5.
|
|
14
|
+
"appium-android-driver": "^5.5.0",
|
|
15
15
|
"appium-chromedriver": "^5.2.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.0",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
|
-
"axios": "^
|
|
18
|
+
"axios": "^1.x",
|
|
19
19
|
"bluebird": "^3.5.1",
|
|
20
20
|
"css-selector-parser": "^1.4.1",
|
|
21
21
|
"lodash": "^4.17.4",
|
|
@@ -94,6 +94,26 @@
|
|
|
94
94
|
"npm": ">=8"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
+
"node_modules/@appium/base-driver/node_modules/@babel/runtime": {
|
|
98
|
+
"version": "7.19.0",
|
|
99
|
+
"extraneous": true,
|
|
100
|
+
"license": "MIT",
|
|
101
|
+
"dependencies": {
|
|
102
|
+
"regenerator-runtime": "^0.13.4"
|
|
103
|
+
},
|
|
104
|
+
"engines": {
|
|
105
|
+
"node": ">=6.9.0"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
109
|
+
"version": "0.27.2",
|
|
110
|
+
"extraneous": true,
|
|
111
|
+
"license": "MIT",
|
|
112
|
+
"dependencies": {
|
|
113
|
+
"follow-redirects": "^1.14.9",
|
|
114
|
+
"form-data": "^4.0.0"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
97
117
|
"node_modules/@appium/base-plugin": {
|
|
98
118
|
"version": "1.10.3",
|
|
99
119
|
"extraneous": true,
|
|
@@ -124,6 +144,17 @@
|
|
|
124
144
|
"npm": ">=8"
|
|
125
145
|
}
|
|
126
146
|
},
|
|
147
|
+
"node_modules/@appium/docutils/node_modules/@babel/runtime": {
|
|
148
|
+
"version": "7.19.0",
|
|
149
|
+
"extraneous": true,
|
|
150
|
+
"license": "MIT",
|
|
151
|
+
"dependencies": {
|
|
152
|
+
"regenerator-runtime": "^0.13.4"
|
|
153
|
+
},
|
|
154
|
+
"engines": {
|
|
155
|
+
"node": ">=6.9.0"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
127
158
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
128
159
|
"version": "1.16.0",
|
|
129
160
|
"engines": [
|
|
@@ -221,6 +252,24 @@
|
|
|
221
252
|
"npm": ">=8"
|
|
222
253
|
}
|
|
223
254
|
},
|
|
255
|
+
"node_modules/@appium/support/node_modules/@babel/runtime": {
|
|
256
|
+
"version": "7.19.0",
|
|
257
|
+
"license": "MIT",
|
|
258
|
+
"dependencies": {
|
|
259
|
+
"regenerator-runtime": "^0.13.4"
|
|
260
|
+
},
|
|
261
|
+
"engines": {
|
|
262
|
+
"node": ">=6.9.0"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
266
|
+
"version": "0.27.2",
|
|
267
|
+
"license": "MIT",
|
|
268
|
+
"dependencies": {
|
|
269
|
+
"follow-redirects": "^1.14.9",
|
|
270
|
+
"form-data": "^4.0.0"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
224
273
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
225
274
|
"version": "1.16.0",
|
|
226
275
|
"engines": [
|
|
@@ -282,7 +331,7 @@
|
|
|
282
331
|
}
|
|
283
332
|
},
|
|
284
333
|
"node_modules/@babel/parser": {
|
|
285
|
-
"version": "7.19.
|
|
334
|
+
"version": "7.19.4",
|
|
286
335
|
"extraneous": true,
|
|
287
336
|
"license": "MIT",
|
|
288
337
|
"bin": {
|
|
@@ -293,7 +342,7 @@
|
|
|
293
342
|
}
|
|
294
343
|
},
|
|
295
344
|
"node_modules/@babel/runtime": {
|
|
296
|
-
"version": "7.19.
|
|
345
|
+
"version": "7.19.4",
|
|
297
346
|
"license": "MIT",
|
|
298
347
|
"dependencies": {
|
|
299
348
|
"regenerator-runtime": "^0.13.4"
|
|
@@ -977,7 +1026,7 @@
|
|
|
977
1026
|
}
|
|
978
1027
|
},
|
|
979
1028
|
"node_modules/@types/node": {
|
|
980
|
-
"version": "18.8.
|
|
1029
|
+
"version": "18.8.5",
|
|
981
1030
|
"license": "MIT"
|
|
982
1031
|
},
|
|
983
1032
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1093,7 +1142,7 @@
|
|
|
1093
1142
|
}
|
|
1094
1143
|
},
|
|
1095
1144
|
"node_modules/@xmldom/xmldom": {
|
|
1096
|
-
"version": "0.8.
|
|
1145
|
+
"version": "0.8.3",
|
|
1097
1146
|
"license": "MIT",
|
|
1098
1147
|
"engines": {
|
|
1099
1148
|
"node": ">=10.0.0"
|
|
@@ -1206,14 +1255,14 @@
|
|
|
1206
1255
|
}
|
|
1207
1256
|
},
|
|
1208
1257
|
"node_modules/appium-android-driver": {
|
|
1209
|
-
"version": "5.
|
|
1258
|
+
"version": "5.5.0",
|
|
1210
1259
|
"license": "Apache-2.0",
|
|
1211
1260
|
"dependencies": {
|
|
1212
1261
|
"@babel/runtime": "^7.0.0",
|
|
1213
1262
|
"appium-adb": "^9.10.9",
|
|
1214
1263
|
"appium-chromedriver": "^5.2.0",
|
|
1215
1264
|
"asyncbox": "^2.8.0",
|
|
1216
|
-
"axios": "^
|
|
1265
|
+
"axios": "^1.x",
|
|
1217
1266
|
"bluebird": "^3.4.7",
|
|
1218
1267
|
"io.appium.settings": "^4.2.1",
|
|
1219
1268
|
"jimp": "^0.x",
|
|
@@ -1238,14 +1287,14 @@
|
|
|
1238
1287
|
}
|
|
1239
1288
|
},
|
|
1240
1289
|
"node_modules/appium-chromedriver": {
|
|
1241
|
-
"version": "5.2.
|
|
1290
|
+
"version": "5.2.4",
|
|
1242
1291
|
"hasInstallScript": true,
|
|
1243
1292
|
"license": "Apache-2.0",
|
|
1244
1293
|
"dependencies": {
|
|
1245
1294
|
"@babel/runtime": "^7.0.0",
|
|
1246
1295
|
"@xmldom/xmldom": "^0.x",
|
|
1247
1296
|
"asyncbox": "^2.0.2",
|
|
1248
|
-
"axios": "^
|
|
1297
|
+
"axios": "^1.x",
|
|
1249
1298
|
"bluebird": "^3.5.1",
|
|
1250
1299
|
"compare-versions": "^5.0.0",
|
|
1251
1300
|
"fancy-log": "^2.0.0",
|
|
@@ -1341,6 +1390,10 @@
|
|
|
1341
1390
|
"util-deprecate": "~1.0.1"
|
|
1342
1391
|
}
|
|
1343
1392
|
},
|
|
1393
|
+
"node_modules/archiver-utils/node_modules/safe-buffer": {
|
|
1394
|
+
"version": "5.1.2",
|
|
1395
|
+
"license": "MIT"
|
|
1396
|
+
},
|
|
1344
1397
|
"node_modules/archiver-utils/node_modules/string_decoder": {
|
|
1345
1398
|
"version": "1.1.1",
|
|
1346
1399
|
"license": "MIT",
|
|
@@ -1396,11 +1449,12 @@
|
|
|
1396
1449
|
"license": "MIT"
|
|
1397
1450
|
},
|
|
1398
1451
|
"node_modules/axios": {
|
|
1399
|
-
"version": "
|
|
1452
|
+
"version": "1.1.2",
|
|
1400
1453
|
"license": "MIT",
|
|
1401
1454
|
"dependencies": {
|
|
1402
|
-
"follow-redirects": "^1.
|
|
1403
|
-
"form-data": "^4.0.0"
|
|
1455
|
+
"follow-redirects": "^1.15.0",
|
|
1456
|
+
"form-data": "^4.0.0",
|
|
1457
|
+
"proxy-from-env": "^1.1.0"
|
|
1404
1458
|
}
|
|
1405
1459
|
},
|
|
1406
1460
|
"node_modules/balanced-match": {
|
|
@@ -1440,6 +1494,11 @@
|
|
|
1440
1494
|
"node": ">= 0.8"
|
|
1441
1495
|
}
|
|
1442
1496
|
},
|
|
1497
|
+
"node_modules/basic-auth/node_modules/safe-buffer": {
|
|
1498
|
+
"version": "5.1.2",
|
|
1499
|
+
"extraneous": true,
|
|
1500
|
+
"license": "MIT"
|
|
1501
|
+
},
|
|
1443
1502
|
"node_modules/big-integer": {
|
|
1444
1503
|
"version": "1.6.51",
|
|
1445
1504
|
"license": "Unlicense",
|
|
@@ -1792,25 +1851,6 @@
|
|
|
1792
1851
|
"node": ">= 0.6"
|
|
1793
1852
|
}
|
|
1794
1853
|
},
|
|
1795
|
-
"node_modules/content-disposition/node_modules/safe-buffer": {
|
|
1796
|
-
"version": "5.2.1",
|
|
1797
|
-
"extraneous": true,
|
|
1798
|
-
"funding": [
|
|
1799
|
-
{
|
|
1800
|
-
"type": "github",
|
|
1801
|
-
"url": "https://github.com/sponsors/feross"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"type": "patreon",
|
|
1805
|
-
"url": "https://www.patreon.com/feross"
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"type": "consulting",
|
|
1809
|
-
"url": "https://feross.org/support"
|
|
1810
|
-
}
|
|
1811
|
-
],
|
|
1812
|
-
"license": "MIT"
|
|
1813
|
-
},
|
|
1814
1854
|
"node_modules/content-type": {
|
|
1815
1855
|
"version": "1.0.4",
|
|
1816
1856
|
"extraneous": true,
|
|
@@ -1915,11 +1955,14 @@
|
|
|
1915
1955
|
}
|
|
1916
1956
|
},
|
|
1917
1957
|
"node_modules/defaults": {
|
|
1918
|
-
"version": "1.0.
|
|
1958
|
+
"version": "1.0.4",
|
|
1919
1959
|
"extraneous": true,
|
|
1920
1960
|
"license": "MIT",
|
|
1921
1961
|
"dependencies": {
|
|
1922
1962
|
"clone": "^1.0.2"
|
|
1963
|
+
},
|
|
1964
|
+
"funding": {
|
|
1965
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1923
1966
|
}
|
|
1924
1967
|
},
|
|
1925
1968
|
"node_modules/defer-to-connect": {
|
|
@@ -2025,7 +2068,7 @@
|
|
|
2025
2068
|
}
|
|
2026
2069
|
},
|
|
2027
2070
|
"node_modules/es-abstract": {
|
|
2028
|
-
"version": "1.20.
|
|
2071
|
+
"version": "1.20.4",
|
|
2029
2072
|
"extraneous": true,
|
|
2030
2073
|
"license": "MIT",
|
|
2031
2074
|
"dependencies": {
|
|
@@ -2039,7 +2082,7 @@
|
|
|
2039
2082
|
"has-property-descriptors": "^1.0.0",
|
|
2040
2083
|
"has-symbols": "^1.0.3",
|
|
2041
2084
|
"internal-slot": "^1.0.3",
|
|
2042
|
-
"is-callable": "^1.2.
|
|
2085
|
+
"is-callable": "^1.2.7",
|
|
2043
2086
|
"is-negative-zero": "^2.0.2",
|
|
2044
2087
|
"is-regex": "^1.1.4",
|
|
2045
2088
|
"is-shared-array-buffer": "^1.0.2",
|
|
@@ -2169,25 +2212,6 @@
|
|
|
2169
2212
|
"extraneous": true,
|
|
2170
2213
|
"license": "MIT"
|
|
2171
2214
|
},
|
|
2172
|
-
"node_modules/express/node_modules/safe-buffer": {
|
|
2173
|
-
"version": "5.2.1",
|
|
2174
|
-
"extraneous": true,
|
|
2175
|
-
"funding": [
|
|
2176
|
-
{
|
|
2177
|
-
"type": "github",
|
|
2178
|
-
"url": "https://github.com/sponsors/feross"
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"type": "patreon",
|
|
2182
|
-
"url": "https://www.patreon.com/feross"
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"type": "consulting",
|
|
2186
|
-
"url": "https://feross.org/support"
|
|
2187
|
-
}
|
|
2188
|
-
],
|
|
2189
|
-
"license": "MIT"
|
|
2190
|
-
},
|
|
2191
2215
|
"node_modules/fancy-log": {
|
|
2192
2216
|
"version": "2.0.0",
|
|
2193
2217
|
"license": "MIT",
|
|
@@ -3097,6 +3121,10 @@
|
|
|
3097
3121
|
"util-deprecate": "~1.0.1"
|
|
3098
3122
|
}
|
|
3099
3123
|
},
|
|
3124
|
+
"node_modules/lazystream/node_modules/safe-buffer": {
|
|
3125
|
+
"version": "5.1.2",
|
|
3126
|
+
"license": "MIT"
|
|
3127
|
+
},
|
|
3100
3128
|
"node_modules/lazystream/node_modules/string_decoder": {
|
|
3101
3129
|
"version": "1.1.1",
|
|
3102
3130
|
"license": "MIT",
|
|
@@ -3435,8 +3463,11 @@
|
|
|
3435
3463
|
}
|
|
3436
3464
|
},
|
|
3437
3465
|
"node_modules/minimist": {
|
|
3438
|
-
"version": "1.2.
|
|
3439
|
-
"license": "MIT"
|
|
3466
|
+
"version": "1.2.7",
|
|
3467
|
+
"license": "MIT",
|
|
3468
|
+
"funding": {
|
|
3469
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3470
|
+
}
|
|
3440
3471
|
},
|
|
3441
3472
|
"node_modules/mkdirp": {
|
|
3442
3473
|
"version": "0.5.6",
|
|
@@ -4038,6 +4069,10 @@
|
|
|
4038
4069
|
"node": ">= 0.10"
|
|
4039
4070
|
}
|
|
4040
4071
|
},
|
|
4072
|
+
"node_modules/proxy-from-env": {
|
|
4073
|
+
"version": "1.1.0",
|
|
4074
|
+
"license": "MIT"
|
|
4075
|
+
},
|
|
4041
4076
|
"node_modules/pump": {
|
|
4042
4077
|
"version": "3.0.0",
|
|
4043
4078
|
"license": "MIT",
|
|
@@ -4272,7 +4307,21 @@
|
|
|
4272
4307
|
}
|
|
4273
4308
|
},
|
|
4274
4309
|
"node_modules/safe-buffer": {
|
|
4275
|
-
"version": "5.1
|
|
4310
|
+
"version": "5.2.1",
|
|
4311
|
+
"funding": [
|
|
4312
|
+
{
|
|
4313
|
+
"type": "github",
|
|
4314
|
+
"url": "https://github.com/sponsors/feross"
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"type": "patreon",
|
|
4318
|
+
"url": "https://www.patreon.com/feross"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"type": "consulting",
|
|
4322
|
+
"url": "https://feross.org/support"
|
|
4323
|
+
}
|
|
4324
|
+
],
|
|
4276
4325
|
"license": "MIT"
|
|
4277
4326
|
},
|
|
4278
4327
|
"node_modules/safe-regex-test": {
|
|
@@ -4569,24 +4618,6 @@
|
|
|
4569
4618
|
"safe-buffer": "~5.2.0"
|
|
4570
4619
|
}
|
|
4571
4620
|
},
|
|
4572
|
-
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
4573
|
-
"version": "5.2.1",
|
|
4574
|
-
"funding": [
|
|
4575
|
-
{
|
|
4576
|
-
"type": "github",
|
|
4577
|
-
"url": "https://github.com/sponsors/feross"
|
|
4578
|
-
},
|
|
4579
|
-
{
|
|
4580
|
-
"type": "patreon",
|
|
4581
|
-
"url": "https://www.patreon.com/feross"
|
|
4582
|
-
},
|
|
4583
|
-
{
|
|
4584
|
-
"type": "consulting",
|
|
4585
|
-
"url": "https://feross.org/support"
|
|
4586
|
-
}
|
|
4587
|
-
],
|
|
4588
|
-
"license": "MIT"
|
|
4589
|
-
},
|
|
4590
4621
|
"node_modules/string.prototype.matchall": {
|
|
4591
4622
|
"version": "4.0.7",
|
|
4592
4623
|
"extraneous": true,
|
|
@@ -4709,6 +4740,16 @@
|
|
|
4709
4740
|
"npm": ">=6"
|
|
4710
4741
|
}
|
|
4711
4742
|
},
|
|
4743
|
+
"node_modules/teen_process/node_modules/@babel/runtime": {
|
|
4744
|
+
"version": "7.19.0",
|
|
4745
|
+
"license": "MIT",
|
|
4746
|
+
"dependencies": {
|
|
4747
|
+
"regenerator-runtime": "^0.13.4"
|
|
4748
|
+
},
|
|
4749
|
+
"engines": {
|
|
4750
|
+
"node": ">=6.9.0"
|
|
4751
|
+
}
|
|
4752
|
+
},
|
|
4712
4753
|
"node_modules/text-hex": {
|
|
4713
4754
|
"version": "1.0.0",
|
|
4714
4755
|
"extraneous": true,
|
|
@@ -5206,6 +5247,23 @@
|
|
|
5206
5247
|
"source-map-support": "0.5.21",
|
|
5207
5248
|
"type-fest": "2.19.0",
|
|
5208
5249
|
"validate.js": "0.13.1"
|
|
5250
|
+
},
|
|
5251
|
+
"dependencies": {
|
|
5252
|
+
"@babel/runtime": {
|
|
5253
|
+
"version": "7.19.0",
|
|
5254
|
+
"extraneous": true,
|
|
5255
|
+
"requires": {
|
|
5256
|
+
"regenerator-runtime": "^0.13.4"
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
5259
|
+
"axios": {
|
|
5260
|
+
"version": "0.27.2",
|
|
5261
|
+
"extraneous": true,
|
|
5262
|
+
"requires": {
|
|
5263
|
+
"follow-redirects": "^1.14.9",
|
|
5264
|
+
"form-data": "^4.0.0"
|
|
5265
|
+
}
|
|
5266
|
+
}
|
|
5209
5267
|
}
|
|
5210
5268
|
},
|
|
5211
5269
|
"@appium/base-plugin": {
|
|
@@ -5228,6 +5286,13 @@
|
|
|
5228
5286
|
"teen_process": "1.16.0"
|
|
5229
5287
|
},
|
|
5230
5288
|
"dependencies": {
|
|
5289
|
+
"@babel/runtime": {
|
|
5290
|
+
"version": "7.19.0",
|
|
5291
|
+
"extraneous": true,
|
|
5292
|
+
"requires": {
|
|
5293
|
+
"regenerator-runtime": "^0.13.4"
|
|
5294
|
+
}
|
|
5295
|
+
},
|
|
5231
5296
|
"teen_process": {
|
|
5232
5297
|
"version": "1.16.0",
|
|
5233
5298
|
"extraneous": true,
|
|
@@ -5313,6 +5378,19 @@
|
|
|
5313
5378
|
"yauzl": "2.10.0"
|
|
5314
5379
|
},
|
|
5315
5380
|
"dependencies": {
|
|
5381
|
+
"@babel/runtime": {
|
|
5382
|
+
"version": "7.19.0",
|
|
5383
|
+
"requires": {
|
|
5384
|
+
"regenerator-runtime": "^0.13.4"
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
5387
|
+
"axios": {
|
|
5388
|
+
"version": "0.27.2",
|
|
5389
|
+
"requires": {
|
|
5390
|
+
"follow-redirects": "^1.14.9",
|
|
5391
|
+
"form-data": "^4.0.0"
|
|
5392
|
+
}
|
|
5393
|
+
},
|
|
5316
5394
|
"teen_process": {
|
|
5317
5395
|
"version": "1.16.0",
|
|
5318
5396
|
"requires": {
|
|
@@ -5355,11 +5433,11 @@
|
|
|
5355
5433
|
}
|
|
5356
5434
|
},
|
|
5357
5435
|
"@babel/parser": {
|
|
5358
|
-
"version": "7.19.
|
|
5436
|
+
"version": "7.19.4",
|
|
5359
5437
|
"extraneous": true
|
|
5360
5438
|
},
|
|
5361
5439
|
"@babel/runtime": {
|
|
5362
|
-
"version": "7.19.
|
|
5440
|
+
"version": "7.19.4",
|
|
5363
5441
|
"requires": {
|
|
5364
5442
|
"regenerator-runtime": "^0.13.4"
|
|
5365
5443
|
}
|
|
@@ -5835,7 +5913,7 @@
|
|
|
5835
5913
|
}
|
|
5836
5914
|
},
|
|
5837
5915
|
"@types/node": {
|
|
5838
|
-
"version": "18.8.
|
|
5916
|
+
"version": "18.8.5"
|
|
5839
5917
|
},
|
|
5840
5918
|
"@types/normalize-package-data": {
|
|
5841
5919
|
"version": "2.4.1"
|
|
@@ -5921,7 +5999,7 @@
|
|
|
5921
5999
|
}
|
|
5922
6000
|
},
|
|
5923
6001
|
"@xmldom/xmldom": {
|
|
5924
|
-
"version": "0.8.
|
|
6002
|
+
"version": "0.8.3"
|
|
5925
6003
|
},
|
|
5926
6004
|
"accepts": {
|
|
5927
6005
|
"version": "1.3.8",
|
|
@@ -5995,13 +6073,13 @@
|
|
|
5995
6073
|
}
|
|
5996
6074
|
},
|
|
5997
6075
|
"appium-android-driver": {
|
|
5998
|
-
"version": "5.
|
|
6076
|
+
"version": "5.5.0",
|
|
5999
6077
|
"requires": {
|
|
6000
6078
|
"@babel/runtime": "^7.0.0",
|
|
6001
6079
|
"appium-adb": "^9.10.9",
|
|
6002
6080
|
"appium-chromedriver": "^5.2.0",
|
|
6003
6081
|
"asyncbox": "^2.8.0",
|
|
6004
|
-
"axios": "^
|
|
6082
|
+
"axios": "^1.x",
|
|
6005
6083
|
"bluebird": "^3.4.7",
|
|
6006
6084
|
"io.appium.settings": "^4.2.1",
|
|
6007
6085
|
"jimp": "^0.x",
|
|
@@ -6019,12 +6097,12 @@
|
|
|
6019
6097
|
}
|
|
6020
6098
|
},
|
|
6021
6099
|
"appium-chromedriver": {
|
|
6022
|
-
"version": "5.2.
|
|
6100
|
+
"version": "5.2.4",
|
|
6023
6101
|
"requires": {
|
|
6024
6102
|
"@babel/runtime": "^7.0.0",
|
|
6025
6103
|
"@xmldom/xmldom": "^0.x",
|
|
6026
6104
|
"asyncbox": "^2.0.2",
|
|
6027
|
-
"axios": "^
|
|
6105
|
+
"axios": "^1.x",
|
|
6028
6106
|
"bluebird": "^3.5.1",
|
|
6029
6107
|
"compare-versions": "^5.0.0",
|
|
6030
6108
|
"fancy-log": "^2.0.0",
|
|
@@ -6091,6 +6169,9 @@
|
|
|
6091
6169
|
"util-deprecate": "~1.0.1"
|
|
6092
6170
|
}
|
|
6093
6171
|
},
|
|
6172
|
+
"safe-buffer": {
|
|
6173
|
+
"version": "5.1.2"
|
|
6174
|
+
},
|
|
6094
6175
|
"string_decoder": {
|
|
6095
6176
|
"version": "1.1.1",
|
|
6096
6177
|
"requires": {
|
|
@@ -6134,10 +6215,11 @@
|
|
|
6134
6215
|
"version": "0.4.0"
|
|
6135
6216
|
},
|
|
6136
6217
|
"axios": {
|
|
6137
|
-
"version": "
|
|
6218
|
+
"version": "1.1.2",
|
|
6138
6219
|
"requires": {
|
|
6139
|
-
"follow-redirects": "^1.
|
|
6140
|
-
"form-data": "^4.0.0"
|
|
6220
|
+
"follow-redirects": "^1.15.0",
|
|
6221
|
+
"form-data": "^4.0.0",
|
|
6222
|
+
"proxy-from-env": "^1.1.0"
|
|
6141
6223
|
}
|
|
6142
6224
|
},
|
|
6143
6225
|
"balanced-match": {
|
|
@@ -6154,6 +6236,12 @@
|
|
|
6154
6236
|
"extraneous": true,
|
|
6155
6237
|
"requires": {
|
|
6156
6238
|
"safe-buffer": "5.1.2"
|
|
6239
|
+
},
|
|
6240
|
+
"dependencies": {
|
|
6241
|
+
"safe-buffer": {
|
|
6242
|
+
"version": "5.1.2",
|
|
6243
|
+
"extraneous": true
|
|
6244
|
+
}
|
|
6157
6245
|
}
|
|
6158
6246
|
},
|
|
6159
6247
|
"big-integer": {
|
|
@@ -6386,12 +6474,6 @@
|
|
|
6386
6474
|
"extraneous": true,
|
|
6387
6475
|
"requires": {
|
|
6388
6476
|
"safe-buffer": "5.2.1"
|
|
6389
|
-
},
|
|
6390
|
-
"dependencies": {
|
|
6391
|
-
"safe-buffer": {
|
|
6392
|
-
"version": "5.2.1",
|
|
6393
|
-
"extraneous": true
|
|
6394
|
-
}
|
|
6395
6477
|
}
|
|
6396
6478
|
},
|
|
6397
6479
|
"content-type": {
|
|
@@ -6450,7 +6532,7 @@
|
|
|
6450
6532
|
}
|
|
6451
6533
|
},
|
|
6452
6534
|
"defaults": {
|
|
6453
|
-
"version": "1.0.
|
|
6535
|
+
"version": "1.0.4",
|
|
6454
6536
|
"extraneous": true,
|
|
6455
6537
|
"requires": {
|
|
6456
6538
|
"clone": "^1.0.2"
|
|
@@ -6520,7 +6602,7 @@
|
|
|
6520
6602
|
}
|
|
6521
6603
|
},
|
|
6522
6604
|
"es-abstract": {
|
|
6523
|
-
"version": "1.20.
|
|
6605
|
+
"version": "1.20.4",
|
|
6524
6606
|
"extraneous": true,
|
|
6525
6607
|
"requires": {
|
|
6526
6608
|
"call-bind": "^1.0.2",
|
|
@@ -6533,7 +6615,7 @@
|
|
|
6533
6615
|
"has-property-descriptors": "^1.0.0",
|
|
6534
6616
|
"has-symbols": "^1.0.3",
|
|
6535
6617
|
"internal-slot": "^1.0.3",
|
|
6536
|
-
"is-callable": "^1.2.
|
|
6618
|
+
"is-callable": "^1.2.7",
|
|
6537
6619
|
"is-negative-zero": "^2.0.2",
|
|
6538
6620
|
"is-regex": "^1.1.4",
|
|
6539
6621
|
"is-shared-array-buffer": "^1.0.2",
|
|
@@ -6629,10 +6711,6 @@
|
|
|
6629
6711
|
"ms": {
|
|
6630
6712
|
"version": "2.0.0",
|
|
6631
6713
|
"extraneous": true
|
|
6632
|
-
},
|
|
6633
|
-
"safe-buffer": {
|
|
6634
|
-
"version": "5.2.1",
|
|
6635
|
-
"extraneous": true
|
|
6636
6714
|
}
|
|
6637
6715
|
}
|
|
6638
6716
|
},
|
|
@@ -7214,6 +7292,9 @@
|
|
|
7214
7292
|
"util-deprecate": "~1.0.1"
|
|
7215
7293
|
}
|
|
7216
7294
|
},
|
|
7295
|
+
"safe-buffer": {
|
|
7296
|
+
"version": "5.1.2"
|
|
7297
|
+
},
|
|
7217
7298
|
"string_decoder": {
|
|
7218
7299
|
"version": "1.1.1",
|
|
7219
7300
|
"requires": {
|
|
@@ -7434,7 +7515,7 @@
|
|
|
7434
7515
|
}
|
|
7435
7516
|
},
|
|
7436
7517
|
"minimist": {
|
|
7437
|
-
"version": "1.2.
|
|
7518
|
+
"version": "1.2.7"
|
|
7438
7519
|
},
|
|
7439
7520
|
"mkdirp": {
|
|
7440
7521
|
"version": "0.5.6",
|
|
@@ -7819,6 +7900,9 @@
|
|
|
7819
7900
|
"ipaddr.js": "1.9.1"
|
|
7820
7901
|
}
|
|
7821
7902
|
},
|
|
7903
|
+
"proxy-from-env": {
|
|
7904
|
+
"version": "1.1.0"
|
|
7905
|
+
},
|
|
7822
7906
|
"pump": {
|
|
7823
7907
|
"version": "3.0.0",
|
|
7824
7908
|
"requires": {
|
|
@@ -7967,7 +8051,7 @@
|
|
|
7967
8051
|
}
|
|
7968
8052
|
},
|
|
7969
8053
|
"safe-buffer": {
|
|
7970
|
-
"version": "5.1
|
|
8054
|
+
"version": "5.2.1"
|
|
7971
8055
|
},
|
|
7972
8056
|
"safe-regex-test": {
|
|
7973
8057
|
"version": "1.0.0",
|
|
@@ -8188,11 +8272,6 @@
|
|
|
8188
8272
|
"version": "1.3.0",
|
|
8189
8273
|
"requires": {
|
|
8190
8274
|
"safe-buffer": "~5.2.0"
|
|
8191
|
-
},
|
|
8192
|
-
"dependencies": {
|
|
8193
|
-
"safe-buffer": {
|
|
8194
|
-
"version": "5.2.1"
|
|
8195
|
-
}
|
|
8196
8275
|
}
|
|
8197
8276
|
},
|
|
8198
8277
|
"string.prototype.matchall": {
|
|
@@ -8269,6 +8348,14 @@
|
|
|
8269
8348
|
"shell-quote": "1.7.3",
|
|
8270
8349
|
"source-map-support": "0.5.21",
|
|
8271
8350
|
"which": "2.0.2"
|
|
8351
|
+
},
|
|
8352
|
+
"dependencies": {
|
|
8353
|
+
"@babel/runtime": {
|
|
8354
|
+
"version": "7.19.0",
|
|
8355
|
+
"requires": {
|
|
8356
|
+
"regenerator-runtime": "^0.13.4"
|
|
8357
|
+
}
|
|
8358
|
+
}
|
|
8272
8359
|
}
|
|
8273
8360
|
},
|
|
8274
8361
|
"text-hex": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.
|
|
10
|
+
"version": "2.8.0",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
58
58
|
"appium-adb": "^9.10.9",
|
|
59
|
-
"appium-android-driver": "^5.
|
|
59
|
+
"appium-android-driver": "^5.5.0",
|
|
60
60
|
"appium-chromedriver": "^5.2.1",
|
|
61
61
|
"appium-uiautomator2-server": "^5.7.0",
|
|
62
62
|
"asyncbox": "^2.3.1",
|
|
63
|
-
"axios": "^
|
|
63
|
+
"axios": "^1.x",
|
|
64
64
|
"bluebird": "^3.5.1",
|
|
65
65
|
"css-selector-parser": "^1.4.1",
|
|
66
66
|
"lodash": "^4.17.4",
|