appium-xcuitest-driver 7.2.0 → 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 +17 -0
- package/build/lib/app-utils.js.map +1 -1
- package/build/lib/commands/alert.js.map +1 -1
- package/build/lib/commands/app-management.d.ts +2 -2
- package/build/lib/commands/app-management.d.ts.map +1 -1
- package/build/lib/commands/app-management.js +4 -1
- package/build/lib/commands/app-management.js.map +1 -1
- package/build/lib/commands/appearance.js.map +1 -1
- package/build/lib/commands/certificate.js.map +1 -1
- package/build/lib/commands/condition.js.map +1 -1
- package/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/context.js +41 -49
- package/build/lib/commands/context.js.map +1 -1
- package/build/lib/commands/deviceInfo.js.map +1 -1
- package/build/lib/commands/element.js.map +1 -1
- package/build/lib/commands/execute.js.map +1 -1
- package/build/lib/commands/file-movement.js.map +1 -1
- package/build/lib/commands/find.js.map +1 -1
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/commands/gesture.js.map +1 -1
- package/build/lib/commands/index.d.ts +2 -0
- package/build/lib/commands/index.d.ts.map +1 -1
- package/build/lib/commands/index.js +2 -0
- package/build/lib/commands/index.js.map +1 -1
- package/build/lib/commands/iohid.js.map +1 -1
- package/build/lib/commands/keyboard.js.map +1 -1
- package/build/lib/commands/localization.js.map +1 -1
- package/build/lib/commands/location.js.map +1 -1
- package/build/lib/commands/lock.js.map +1 -1
- package/build/lib/commands/log.js +1 -1
- package/build/lib/commands/log.js.map +1 -1
- package/build/lib/commands/memory.js.map +1 -1
- package/build/lib/commands/navigation.js.map +1 -1
- package/build/lib/commands/notifications.js.map +1 -1
- package/build/lib/commands/pasteboard.js.map +1 -1
- package/build/lib/commands/pcap.js.map +1 -1
- package/build/lib/commands/performance.js.map +1 -1
- package/build/lib/commands/permissions.js.map +1 -1
- package/build/lib/commands/proxy-helper.js.map +1 -1
- package/build/lib/commands/record-audio.js.map +1 -1
- package/build/lib/commands/recordscreen.js.map +1 -1
- package/build/lib/commands/screenshots.js.map +1 -1
- package/build/lib/commands/source.js.map +1 -1
- package/build/lib/commands/timeouts.js.map +1 -1
- package/build/lib/commands/web.js +7 -7
- package/build/lib/commands/web.js.map +1 -1
- package/build/lib/commands/xctest-record-screen.d.ts +94 -0
- package/build/lib/commands/xctest-record-screen.d.ts.map +1 -0
- package/build/lib/commands/xctest-record-screen.js +193 -0
- package/build/lib/commands/xctest-record-screen.js.map +1 -0
- package/build/lib/commands/xctest.js.map +1 -1
- package/build/lib/cookies.js.map +1 -1
- package/build/lib/css-converter.js.map +1 -1
- package/build/lib/device-connections-factory.js.map +1 -1
- package/build/lib/device-log/ios-crash-log.js.map +1 -1
- package/build/lib/device-log/ios-device-log.js.map +1 -1
- package/build/lib/device-log/ios-log.js.map +1 -1
- package/build/lib/device-log/ios-performance-log.js.map +1 -1
- package/build/lib/device-log/ios-simulator-log.js.map +1 -1
- package/build/lib/device-log/rotating-log.d.ts +1 -1
- package/build/lib/device-log/rotating-log.d.ts.map +1 -1
- package/build/lib/device-log/rotating-log.js.map +1 -1
- package/build/lib/device-log/safari-console-log.js.map +1 -1
- package/build/lib/device-log/safari-network-log.js.map +1 -1
- package/build/lib/devicectl.d.ts +72 -0
- package/build/lib/devicectl.d.ts.map +1 -1
- package/build/lib/devicectl.js +72 -2
- package/build/lib/devicectl.js.map +1 -1
- package/build/lib/doctor/optional-checks.js.map +1 -1
- package/build/lib/doctor/required-checks.js.map +1 -1
- package/build/lib/doctor/utils.js.map +1 -1
- package/build/lib/driver.d.ts +20 -2
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +12 -6
- package/build/lib/driver.js.map +1 -1
- package/build/lib/execute-method-map.d.ts +15 -0
- package/build/lib/execute-method-map.d.ts.map +1 -1
- package/build/lib/execute-method-map.js +15 -0
- package/build/lib/execute-method-map.js.map +1 -1
- package/build/lib/ios-deploy.js.map +1 -1
- package/build/lib/ios-fs-helpers.js.map +1 -1
- package/build/lib/py-ios-device-client.js.map +1 -1
- package/build/lib/real-device-management.js.map +1 -1
- package/build/lib/simulator-management.js.map +1 -1
- package/build/lib/utils.js.map +1 -1
- package/build/lib/xcrun.js.map +1 -1
- package/lib/commands/app-management.js +4 -1
- package/lib/commands/context.js +40 -52
- package/lib/commands/index.js +2 -0
- package/lib/commands/log.js +1 -1
- package/lib/commands/xctest-record-screen.js +206 -0
- package/lib/devicectl.js +76 -1
- package/lib/driver.js +9 -2
- package/lib/execute-method-map.ts +15 -0
- package/npm-shrinkwrap.json +40 -38
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-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-xcuitest-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.3.0",
|
|
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.0
|
|
17
|
+
"appium-webdriveragent": "^7.1.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"sinon-chai": "^3.7.0",
|
|
79
79
|
"ts-node": "^10.9.1",
|
|
80
80
|
"type-fest": "^4.1.0",
|
|
81
|
-
"typescript": "
|
|
81
|
+
"typescript": "^5.4.2",
|
|
82
82
|
"webdriverio": "^8.14.3"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|
|
@@ -669,9 +669,9 @@
|
|
|
669
669
|
}
|
|
670
670
|
},
|
|
671
671
|
"node_modules/@types/node": {
|
|
672
|
-
"version": "20.11.
|
|
673
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
674
|
-
"integrity": "sha512
|
|
672
|
+
"version": "20.11.25",
|
|
673
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz",
|
|
674
|
+
"integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==",
|
|
675
675
|
"dependencies": {
|
|
676
676
|
"undici-types": "~5.26.4"
|
|
677
677
|
}
|
|
@@ -823,9 +823,9 @@
|
|
|
823
823
|
}
|
|
824
824
|
},
|
|
825
825
|
"node_modules/appium-idb": {
|
|
826
|
-
"version": "1.8.
|
|
827
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.
|
|
828
|
-
"integrity": "sha512-
|
|
826
|
+
"version": "1.8.11",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.11.tgz",
|
|
828
|
+
"integrity": "sha512-6LD+m+L+JdoTeXW3fAmKLsfE7+u0uBz76N0GWTOuSB6XnrNaZoPntG5TuJ0bj0oGFBVKLy8duYlF1W0CpFyjVg==",
|
|
829
829
|
"dependencies": {
|
|
830
830
|
"@appium/support": "^4.0.0",
|
|
831
831
|
"asyncbox": "^3.0.0",
|
|
@@ -840,12 +840,13 @@
|
|
|
840
840
|
}
|
|
841
841
|
},
|
|
842
842
|
"node_modules/appium-ios-device": {
|
|
843
|
-
"version": "2.7.
|
|
844
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.
|
|
845
|
-
"integrity": "sha512-
|
|
843
|
+
"version": "2.7.13",
|
|
844
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.13.tgz",
|
|
845
|
+
"integrity": "sha512-07IJBER57XqKSa/bS+DrXM9n+DYbb0ybyDMWoIKGx2g+GYpr25lQGiLCQBV17INSCGv0HbyP83hkNsKPVcHSUg==",
|
|
846
846
|
"dependencies": {
|
|
847
847
|
"@appium/support": "^4.0.0",
|
|
848
848
|
"asyncbox": "^3.0.0",
|
|
849
|
+
"axios": "^1.6.7",
|
|
849
850
|
"bluebird": "^3.1.1",
|
|
850
851
|
"bplist-creator": "^0.x",
|
|
851
852
|
"bplist-parser": "^0.x",
|
|
@@ -860,9 +861,9 @@
|
|
|
860
861
|
}
|
|
861
862
|
},
|
|
862
863
|
"node_modules/appium-ios-simulator": {
|
|
863
|
-
"version": "5.5.
|
|
864
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.5.
|
|
865
|
-
"integrity": "sha512-
|
|
864
|
+
"version": "5.5.3",
|
|
865
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-5.5.3.tgz",
|
|
866
|
+
"integrity": "sha512-dP3MMFXcewYIfd6Efewae6X0o/XU8/GPyY2alhMCMqdLucoR/tx7+mL7UJyMEPJsvPVRPXrej7yKOoljDVEU0w==",
|
|
866
867
|
"dependencies": {
|
|
867
868
|
"@appium/support": "^4.0.0",
|
|
868
869
|
"@xmldom/xmldom": "^0.x",
|
|
@@ -882,9 +883,9 @@
|
|
|
882
883
|
}
|
|
883
884
|
},
|
|
884
885
|
"node_modules/appium-remote-debugger": {
|
|
885
|
-
"version": "11.0.
|
|
886
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.0.
|
|
887
|
-
"integrity": "sha512-
|
|
886
|
+
"version": "11.0.4",
|
|
887
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.0.4.tgz",
|
|
888
|
+
"integrity": "sha512-sRgmNm1vmkyrHFbtgM9GT4LWEuyFpKCV0hn1FRL5jWn7SQDi3Q3oB5hbmFhUKtbpU4nanGeZY6v7VXwrF2DMUg==",
|
|
888
889
|
"dependencies": {
|
|
889
890
|
"@appium/base-driver": "^9.0.0",
|
|
890
891
|
"@appium/support": "^4.0.0",
|
|
@@ -904,9 +905,9 @@
|
|
|
904
905
|
}
|
|
905
906
|
},
|
|
906
907
|
"node_modules/appium-webdriveragent": {
|
|
907
|
-
"version": "7.0
|
|
908
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.0.
|
|
909
|
-
"integrity": "sha512-
|
|
908
|
+
"version": "7.1.0",
|
|
909
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.1.0.tgz",
|
|
910
|
+
"integrity": "sha512-HHMIbfeu8SV6lKf7E9YyM8GQBPmEVLySe0KYRq9ciHiI/jrqt7xpoTqObSVz2YXUqgbNIiuIB8roEjsK674G5Q==",
|
|
910
911
|
"dependencies": {
|
|
911
912
|
"@appium/base-driver": "^9.0.0",
|
|
912
913
|
"@appium/strongbox": "^0.x",
|
|
@@ -928,14 +929,15 @@
|
|
|
928
929
|
}
|
|
929
930
|
},
|
|
930
931
|
"node_modules/appium-xcode": {
|
|
931
|
-
"version": "5.2.
|
|
932
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.
|
|
933
|
-
"integrity": "sha512-
|
|
932
|
+
"version": "5.2.11",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.11.tgz",
|
|
934
|
+
"integrity": "sha512-N4r3d/JkoB8PzPLxSFT+qiaVVEQOUJuyNVB3VWv7WfFovqtnJ0JLm7SLjd3GNKuTlR3FddVE7D19tEXPQmMTHQ==",
|
|
934
935
|
"dependencies": {
|
|
935
936
|
"@appium/support": "^4.0.0",
|
|
936
937
|
"@types/lodash": "^4.14.192",
|
|
937
938
|
"@types/teen_process": "^2.0.0",
|
|
938
939
|
"asyncbox": "^3.0.0",
|
|
940
|
+
"bluebird": "^3.7.2",
|
|
939
941
|
"lodash": "^4.17.4",
|
|
940
942
|
"plist": "^3.0.1",
|
|
941
943
|
"semver": "^7.0.0",
|
|
@@ -1076,9 +1078,9 @@
|
|
|
1076
1078
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
1077
1079
|
},
|
|
1078
1080
|
"node_modules/bare-events": {
|
|
1079
|
-
"version": "2.2.
|
|
1080
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.
|
|
1081
|
-
"integrity": "sha512-
|
|
1081
|
+
"version": "2.2.1",
|
|
1082
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.1.tgz",
|
|
1083
|
+
"integrity": "sha512-9GYPpsPFvrWBkelIhOhTWtkeZxVxZOdb3VnFTCzlOo3OjvmTvzLoZFUT8kNFACx0vJej6QPney1Cf9BvzCNE/A==",
|
|
1082
1084
|
"optional": true
|
|
1083
1085
|
},
|
|
1084
1086
|
"node_modules/base64-js": {
|
|
@@ -1393,9 +1395,9 @@
|
|
|
1393
1395
|
}
|
|
1394
1396
|
},
|
|
1395
1397
|
"node_modules/crc32-stream": {
|
|
1396
|
-
"version": "5.0.
|
|
1397
|
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-5.0.
|
|
1398
|
-
"integrity": "sha512-
|
|
1398
|
+
"version": "5.0.1",
|
|
1399
|
+
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-5.0.1.tgz",
|
|
1400
|
+
"integrity": "sha512-lO1dFui+CEUh/ztYIpgpKItKW9Bb4NWakCRJrnqAbFIYD+OZAwb2VfD5T5eXMw2FNcsDHkQcNl/Wh3iVXYwU6g==",
|
|
1399
1401
|
"dependencies": {
|
|
1400
1402
|
"crc-32": "^1.2.0",
|
|
1401
1403
|
"readable-stream": "^3.4.0"
|
|
@@ -1437,9 +1439,9 @@
|
|
|
1437
1439
|
}
|
|
1438
1440
|
},
|
|
1439
1441
|
"node_modules/css-selector-parser": {
|
|
1440
|
-
"version": "3.0.
|
|
1441
|
-
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.0.
|
|
1442
|
-
"integrity": "sha512-
|
|
1442
|
+
"version": "3.0.5",
|
|
1443
|
+
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.0.5.tgz",
|
|
1444
|
+
"integrity": "sha512-3itoDFbKUNx1eKmVpYMFyqKX04Ww9osZ+dLgrk6GEv6KMVeXUhUnp4I5X+evw+u3ZxVU6RFXSSRxlTeMh8bA+g==",
|
|
1443
1445
|
"funding": [
|
|
1444
1446
|
{
|
|
1445
1447
|
"type": "github",
|
|
@@ -3334,11 +3336,11 @@
|
|
|
3334
3336
|
}
|
|
3335
3337
|
},
|
|
3336
3338
|
"node_modules/side-channel": {
|
|
3337
|
-
"version": "1.0.
|
|
3338
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.
|
|
3339
|
-
"integrity": "sha512-
|
|
3339
|
+
"version": "1.0.6",
|
|
3340
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
|
|
3341
|
+
"integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
|
|
3340
3342
|
"dependencies": {
|
|
3341
|
-
"call-bind": "^1.0.
|
|
3343
|
+
"call-bind": "^1.0.7",
|
|
3342
3344
|
"es-errors": "^1.3.0",
|
|
3343
3345
|
"get-intrinsic": "^1.2.4",
|
|
3344
3346
|
"object-inspect": "^1.13.1"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.
|
|
11
|
+
"version": "7.3.0",
|
|
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.0
|
|
84
|
+
"appium-webdriveragent": "^7.1.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"sinon-chai": "^3.7.0",
|
|
179
179
|
"ts-node": "^10.9.1",
|
|
180
180
|
"type-fest": "^4.1.0",
|
|
181
|
-
"typescript": "
|
|
181
|
+
"typescript": "^5.4.2",
|
|
182
182
|
"webdriverio": "^8.14.3"
|
|
183
183
|
},
|
|
184
184
|
"overrides": {
|