appium-xcuitest-driver 7.3.1 → 7.4.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 +14 -0
- package/build/lib/driver.d.ts +20 -19
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +42 -43
- package/build/lib/driver.js.map +1 -1
- package/build/lib/real-device-management.d.ts +16 -3
- package/build/lib/real-device-management.d.ts.map +1 -1
- package/build/lib/real-device-management.js +19 -1
- package/build/lib/real-device-management.js.map +1 -1
- package/build/lib/simulator-management.d.ts.map +1 -1
- package/build/lib/simulator-management.js +3 -10
- package/build/lib/simulator-management.js.map +1 -1
- package/lib/driver.js +55 -59
- package/lib/real-device-management.js +19 -1
- package/lib/simulator-management.js +4 -10
- package/npm-shrinkwrap.json +60 -98
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.4.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "^2.5.4",
|
|
15
15
|
"appium-ios-simulator": "^5.5.1",
|
|
16
16
|
"appium-remote-debugger": "^11.0.0",
|
|
17
|
-
"appium-webdriveragent": "^7.
|
|
17
|
+
"appium-webdriveragent": "^7.2.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -134,6 +134,16 @@
|
|
|
134
134
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
|
|
135
135
|
"integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ=="
|
|
136
136
|
},
|
|
137
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
138
|
+
"version": "1.6.7",
|
|
139
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
|
|
140
|
+
"integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
|
|
141
|
+
"dependencies": {
|
|
142
|
+
"follow-redirects": "^1.15.4",
|
|
143
|
+
"form-data": "^4.0.0",
|
|
144
|
+
"proxy-from-env": "^1.1.0"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
137
147
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
138
148
|
"version": "4.10.1",
|
|
139
149
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
@@ -239,6 +249,16 @@
|
|
|
239
249
|
"sharp": "0.33.2"
|
|
240
250
|
}
|
|
241
251
|
},
|
|
252
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
253
|
+
"version": "1.6.7",
|
|
254
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
|
|
255
|
+
"integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
|
|
256
|
+
"dependencies": {
|
|
257
|
+
"follow-redirects": "^1.15.4",
|
|
258
|
+
"form-data": "^4.0.0",
|
|
259
|
+
"proxy-from-env": "^1.1.0"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
242
262
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
243
263
|
"version": "4.10.1",
|
|
244
264
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
@@ -291,81 +311,17 @@
|
|
|
291
311
|
}
|
|
292
312
|
},
|
|
293
313
|
"node_modules/@babel/code-frame": {
|
|
294
|
-
"version": "7.
|
|
295
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
296
|
-
"integrity": "sha512-
|
|
314
|
+
"version": "7.24.2",
|
|
315
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
|
|
316
|
+
"integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
|
|
297
317
|
"dependencies": {
|
|
298
|
-
"@babel/highlight": "^7.
|
|
299
|
-
"
|
|
318
|
+
"@babel/highlight": "^7.24.2",
|
|
319
|
+
"picocolors": "^1.0.0"
|
|
300
320
|
},
|
|
301
321
|
"engines": {
|
|
302
322
|
"node": ">=6.9.0"
|
|
303
323
|
}
|
|
304
324
|
},
|
|
305
|
-
"node_modules/@babel/code-frame/node_modules/ansi-styles": {
|
|
306
|
-
"version": "3.2.1",
|
|
307
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
308
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
309
|
-
"dependencies": {
|
|
310
|
-
"color-convert": "^1.9.0"
|
|
311
|
-
},
|
|
312
|
-
"engines": {
|
|
313
|
-
"node": ">=4"
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
"node_modules/@babel/code-frame/node_modules/chalk": {
|
|
317
|
-
"version": "2.4.2",
|
|
318
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
319
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
320
|
-
"dependencies": {
|
|
321
|
-
"ansi-styles": "^3.2.1",
|
|
322
|
-
"escape-string-regexp": "^1.0.5",
|
|
323
|
-
"supports-color": "^5.3.0"
|
|
324
|
-
},
|
|
325
|
-
"engines": {
|
|
326
|
-
"node": ">=4"
|
|
327
|
-
}
|
|
328
|
-
},
|
|
329
|
-
"node_modules/@babel/code-frame/node_modules/color-convert": {
|
|
330
|
-
"version": "1.9.3",
|
|
331
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
332
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
333
|
-
"dependencies": {
|
|
334
|
-
"color-name": "1.1.3"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"node_modules/@babel/code-frame/node_modules/color-name": {
|
|
338
|
-
"version": "1.1.3",
|
|
339
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
340
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
|
341
|
-
},
|
|
342
|
-
"node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
|
|
343
|
-
"version": "1.0.5",
|
|
344
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
345
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
346
|
-
"engines": {
|
|
347
|
-
"node": ">=0.8.0"
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
"node_modules/@babel/code-frame/node_modules/has-flag": {
|
|
351
|
-
"version": "3.0.0",
|
|
352
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
353
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
354
|
-
"engines": {
|
|
355
|
-
"node": ">=4"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
"node_modules/@babel/code-frame/node_modules/supports-color": {
|
|
359
|
-
"version": "5.5.0",
|
|
360
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
361
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
362
|
-
"dependencies": {
|
|
363
|
-
"has-flag": "^3.0.0"
|
|
364
|
-
},
|
|
365
|
-
"engines": {
|
|
366
|
-
"node": ">=4"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
325
|
"node_modules/@babel/helper-validator-identifier": {
|
|
370
326
|
"version": "7.22.20",
|
|
371
327
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
|
@@ -375,13 +331,14 @@
|
|
|
375
331
|
}
|
|
376
332
|
},
|
|
377
333
|
"node_modules/@babel/highlight": {
|
|
378
|
-
"version": "7.
|
|
379
|
-
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.
|
|
380
|
-
"integrity": "sha512-
|
|
334
|
+
"version": "7.24.2",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
|
|
336
|
+
"integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
|
|
381
337
|
"dependencies": {
|
|
382
338
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
383
339
|
"chalk": "^2.4.2",
|
|
384
|
-
"js-tokens": "^4.0.0"
|
|
340
|
+
"js-tokens": "^4.0.0",
|
|
341
|
+
"picocolors": "^1.0.0"
|
|
385
342
|
},
|
|
386
343
|
"engines": {
|
|
387
344
|
"node": ">=6.9.0"
|
|
@@ -674,9 +631,9 @@
|
|
|
674
631
|
}
|
|
675
632
|
},
|
|
676
633
|
"node_modules/@types/node": {
|
|
677
|
-
"version": "20.11.
|
|
678
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
679
|
-
"integrity": "sha512-
|
|
634
|
+
"version": "20.11.30",
|
|
635
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
|
|
636
|
+
"integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
|
|
680
637
|
"dependencies": {
|
|
681
638
|
"undici-types": "~5.26.4"
|
|
682
639
|
}
|
|
@@ -700,9 +657,9 @@
|
|
|
700
657
|
"integrity": "sha512-JOqsl+ZoCpP4e8TDke9W79FDcSgPAR0l6pixx2JHkhnRjvShyYiAYw2LVsnA7K08Y6DeOnaU6ujmENO4os/cYg=="
|
|
701
658
|
},
|
|
702
659
|
"node_modules/@types/qs": {
|
|
703
|
-
"version": "6.9.
|
|
704
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.
|
|
705
|
-
"integrity": "sha512-
|
|
660
|
+
"version": "6.9.14",
|
|
661
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.14.tgz",
|
|
662
|
+
"integrity": "sha512-5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlPA=="
|
|
706
663
|
},
|
|
707
664
|
"node_modules/@types/range-parser": {
|
|
708
665
|
"version": "1.2.7",
|
|
@@ -910,9 +867,9 @@
|
|
|
910
867
|
}
|
|
911
868
|
},
|
|
912
869
|
"node_modules/appium-webdriveragent": {
|
|
913
|
-
"version": "7.
|
|
914
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.
|
|
915
|
-
"integrity": "sha512-
|
|
870
|
+
"version": "7.2.0",
|
|
871
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.2.0.tgz",
|
|
872
|
+
"integrity": "sha512-Kxy7z2JSvNTRMMMAqeuMJOIHdB4oi36KsqDCVHlJWpsaiAPaSV/LmXf4d/30WPKf3t1YTsDwGoIu7K5Gxglidw==",
|
|
916
873
|
"dependencies": {
|
|
917
874
|
"@appium/base-driver": "^9.0.0",
|
|
918
875
|
"@appium/strongbox": "^0.x",
|
|
@@ -1063,11 +1020,11 @@
|
|
|
1063
1020
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
|
1064
1021
|
},
|
|
1065
1022
|
"node_modules/axios": {
|
|
1066
|
-
"version": "1.6.
|
|
1067
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.
|
|
1068
|
-
"integrity": "sha512
|
|
1023
|
+
"version": "1.6.8",
|
|
1024
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
|
|
1025
|
+
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
|
|
1069
1026
|
"dependencies": {
|
|
1070
|
-
"follow-redirects": "^1.15.
|
|
1027
|
+
"follow-redirects": "^1.15.6",
|
|
1071
1028
|
"form-data": "^4.0.0",
|
|
1072
1029
|
"proxy-from-env": "^1.1.0"
|
|
1073
1030
|
}
|
|
@@ -1083,9 +1040,9 @@
|
|
|
1083
1040
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
1084
1041
|
},
|
|
1085
1042
|
"node_modules/bare-events": {
|
|
1086
|
-
"version": "2.2.
|
|
1087
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.
|
|
1088
|
-
"integrity": "sha512-
|
|
1043
|
+
"version": "2.2.2",
|
|
1044
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
|
|
1045
|
+
"integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
|
|
1089
1046
|
"optional": true
|
|
1090
1047
|
},
|
|
1091
1048
|
"node_modules/base64-js": {
|
|
@@ -1517,9 +1474,9 @@
|
|
|
1517
1474
|
}
|
|
1518
1475
|
},
|
|
1519
1476
|
"node_modules/detect-libc": {
|
|
1520
|
-
"version": "2.0.
|
|
1521
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.
|
|
1522
|
-
"integrity": "sha512-
|
|
1477
|
+
"version": "2.0.3",
|
|
1478
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
|
|
1479
|
+
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
|
|
1523
1480
|
"devOptional": true,
|
|
1524
1481
|
"engines": {
|
|
1525
1482
|
"node": ">=8"
|
|
@@ -1778,9 +1735,9 @@
|
|
|
1778
1735
|
}
|
|
1779
1736
|
},
|
|
1780
1737
|
"node_modules/follow-redirects": {
|
|
1781
|
-
"version": "1.15.
|
|
1782
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
1783
|
-
"integrity": "sha512-
|
|
1738
|
+
"version": "1.15.6",
|
|
1739
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
|
|
1740
|
+
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
|
|
1784
1741
|
"funding": [
|
|
1785
1742
|
{
|
|
1786
1743
|
"type": "individual",
|
|
@@ -2882,6 +2839,11 @@
|
|
|
2882
2839
|
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
|
2883
2840
|
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
|
|
2884
2841
|
},
|
|
2842
|
+
"node_modules/picocolors": {
|
|
2843
|
+
"version": "1.0.0",
|
|
2844
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
|
2845
|
+
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
2846
|
+
},
|
|
2885
2847
|
"node_modules/pkg-dir": {
|
|
2886
2848
|
"version": "5.0.0",
|
|
2887
2849
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.
|
|
11
|
+
"version": "7.4.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.5.4",
|
|
82
82
|
"appium-ios-simulator": "^5.5.1",
|
|
83
83
|
"appium-remote-debugger": "^11.0.0",
|
|
84
|
-
"appium-webdriveragent": "^7.
|
|
84
|
+
"appium-webdriveragent": "^7.2.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|