appium-xcuitest-driver 10.14.6 → 10.14.7
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 +6 -0
- package/build/lib/index.d.ts +5 -0
- package/build/lib/index.d.ts.map +1 -0
- package/build/{index.js → lib/index.js} +2 -2
- package/build/lib/index.js.map +1 -0
- package/build/test/functional/basic/alert-e2e-specs.d.ts +2 -0
- package/build/test/functional/basic/alert-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/basic/alert-e2e-specs.js +129 -0
- package/build/test/functional/basic/alert-e2e-specs.js.map +1 -0
- package/build/test/functional/basic/basic-e2e-specs.d.ts +2 -0
- package/build/test/functional/basic/basic-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/basic/basic-e2e-specs.js +268 -0
- package/build/test/functional/basic/basic-e2e-specs.js.map +1 -0
- package/build/test/functional/basic/element-e2e-specs.d.ts +2 -0
- package/build/test/functional/basic/element-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/basic/element-e2e-specs.js +354 -0
- package/build/test/functional/basic/element-e2e-specs.js.map +1 -0
- package/build/test/functional/basic/find-e2e-specs.d.ts +2 -0
- package/build/test/functional/basic/find-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/basic/find-e2e-specs.js +434 -0
- package/build/test/functional/basic/find-e2e-specs.js.map +1 -0
- package/build/test/functional/basic/gesture-e2e-specs.d.ts +2 -0
- package/build/test/functional/basic/gesture-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/basic/gesture-e2e-specs.js +211 -0
- package/build/test/functional/basic/gesture-e2e-specs.js.map +1 -0
- package/build/test/functional/desired.d.ts +26 -0
- package/build/test/functional/desired.d.ts.map +1 -0
- package/build/test/functional/desired.js +124 -0
- package/build/test/functional/desired.js.map +1 -0
- package/build/test/functional/device/accessibility-e2e-specs.d.ts +2 -0
- package/build/test/functional/device/accessibility-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/device/accessibility-e2e-specs.js +117 -0
- package/build/test/functional/device/accessibility-e2e-specs.js.map +1 -0
- package/build/test/functional/device/file-movement-e2e-specs.d.ts +2 -0
- package/build/test/functional/device/file-movement-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/device/file-movement-e2e-specs.js +141 -0
- package/build/test/functional/device/file-movement-e2e-specs.js.map +1 -0
- package/build/test/functional/device/otherApps-e2e-specs.d.ts +2 -0
- package/build/test/functional/device/otherApps-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/device/otherApps-e2e-specs.js +66 -0
- package/build/test/functional/device/otherApps-e2e-specs.js.map +1 -0
- package/build/test/functional/device/passwords-e2e-specs.d.ts +2 -0
- package/build/test/functional/device/passwords-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/device/passwords-e2e-specs.js +91 -0
- package/build/test/functional/device/passwords-e2e-specs.js.map +1 -0
- package/build/test/functional/device/performance-e2e-specs.d.ts +2 -0
- package/build/test/functional/device/performance-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/device/performance-e2e-specs.js +72 -0
- package/build/test/functional/device/performance-e2e-specs.js.map +1 -0
- package/build/test/functional/driver/driver-e2e-specs.d.ts +2 -0
- package/build/test/functional/driver/driver-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/driver/driver-e2e-specs.js +296 -0
- package/build/test/functional/driver/driver-e2e-specs.js.map +1 -0
- package/build/test/functional/helpers/element.d.ts +4 -0
- package/build/test/functional/helpers/element.d.ts.map +1 -0
- package/build/test/functional/helpers/element.js +8 -0
- package/build/test/functional/helpers/element.js.map +1 -0
- package/build/test/functional/helpers/ports.d.ts +6 -0
- package/build/test/functional/helpers/ports.d.ts.map +1 -0
- package/build/test/functional/helpers/ports.js +29 -0
- package/build/test/functional/helpers/ports.js.map +1 -0
- package/build/test/functional/helpers/session.d.ts +7 -0
- package/build/test/functional/helpers/session.d.ts.map +1 -0
- package/build/test/functional/helpers/session.js +39 -0
- package/build/test/functional/helpers/session.js.map +1 -0
- package/build/test/functional/helpers/simulator.d.ts +12 -0
- package/build/test/functional/helpers/simulator.d.ts.map +1 -0
- package/build/test/functional/helpers/simulator.js +51 -0
- package/build/test/functional/helpers/simulator.js.map +1 -0
- package/build/test/functional/long/typing-stress-e2e-specs.d.ts +2 -0
- package/build/test/functional/long/typing-stress-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/long/typing-stress-e2e-specs.js +84 -0
- package/build/test/functional/long/typing-stress-e2e-specs.js.map +1 -0
- package/build/test/functional/tv/tvos-e2e-specs.d.ts +2 -0
- package/build/test/functional/tv/tvos-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/tv/tvos-e2e-specs.js +83 -0
- package/build/test/functional/tv/tvos-e2e-specs.js.map +1 -0
- package/build/test/functional/web/helpers.d.ts +28 -0
- package/build/test/functional/web/helpers.d.ts.map +1 -0
- package/build/test/functional/web/helpers.js +137 -0
- package/build/test/functional/web/helpers.js.map +1 -0
- package/build/test/functional/web/safari-alerts-e2e-specs.d.ts +2 -0
- package/build/test/functional/web/safari-alerts-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/web/safari-alerts-e2e-specs.js +109 -0
- package/build/test/functional/web/safari-alerts-e2e-specs.js.map +1 -0
- package/build/test/functional/web/safari-basic-e2e-specs.d.ts +2 -0
- package/build/test/functional/web/safari-basic-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/web/safari-basic-e2e-specs.js +425 -0
- package/build/test/functional/web/safari-basic-e2e-specs.js.map +1 -0
- package/build/test/functional/web/safari-execute-e2e-specs.d.ts +2 -0
- package/build/test/functional/web/safari-execute-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/web/safari-execute-e2e-specs.js +167 -0
- package/build/test/functional/web/safari-execute-e2e-specs.js.map +1 -0
- package/build/test/functional/web/safari-nativewebtap-e2e-specs.d.ts +2 -0
- package/build/test/functional/web/safari-nativewebtap-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/web/safari-nativewebtap-e2e-specs.js +323 -0
- package/build/test/functional/web/safari-nativewebtap-e2e-specs.js.map +1 -0
- package/build/test/functional/web/safari-ssl-e2e-specs.d.ts +2 -0
- package/build/test/functional/web/safari-ssl-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/web/safari-ssl-e2e-specs.js +131 -0
- package/build/test/functional/web/safari-ssl-e2e-specs.js.map +1 -0
- package/build/test/functional/web/safari-window-e2e-specs.d.ts +2 -0
- package/build/test/functional/web/safari-window-e2e-specs.d.ts.map +1 -0
- package/build/test/functional/web/safari-window-e2e-specs.js +263 -0
- package/build/test/functional/web/safari-window-e2e-specs.js.map +1 -0
- package/build/test/setup.d.ts +19 -0
- package/build/test/setup.d.ts.map +1 -0
- package/build/test/setup.js +117 -0
- package/build/test/setup.js.map +1 -0
- package/build/test/unit/app-infos-cache-specs.d.ts +2 -0
- package/build/test/unit/app-infos-cache-specs.d.ts.map +1 -0
- package/build/test/unit/app-infos-cache-specs.js +101 -0
- package/build/test/unit/app-infos-cache-specs.js.map +1 -0
- package/build/test/unit/app-utils-specs.d.ts +2 -0
- package/build/test/unit/app-utils-specs.d.ts.map +1 -0
- package/build/test/unit/app-utils-specs.js +131 -0
- package/build/test/unit/app-utils-specs.js.map +1 -0
- package/build/test/unit/commands/activeAppInfo-specs.d.ts +2 -0
- package/build/test/unit/commands/activeAppInfo-specs.d.ts.map +1 -0
- package/build/test/unit/commands/activeAppInfo-specs.js +74 -0
- package/build/test/unit/commands/activeAppInfo-specs.js.map +1 -0
- package/build/test/unit/commands/alert-specs.d.ts +2 -0
- package/build/test/unit/commands/alert-specs.d.ts.map +1 -0
- package/build/test/unit/commands/alert-specs.js +111 -0
- package/build/test/unit/commands/alert-specs.js.map +1 -0
- package/build/test/unit/commands/context-specs.d.ts +2 -0
- package/build/test/unit/commands/context-specs.d.ts.map +1 -0
- package/build/test/unit/commands/context-specs.js +119 -0
- package/build/test/unit/commands/context-specs.js.map +1 -0
- package/build/test/unit/commands/deviceinfo-specs.d.ts +2 -0
- package/build/test/unit/commands/deviceinfo-specs.d.ts.map +1 -0
- package/build/test/unit/commands/deviceinfo-specs.js +67 -0
- package/build/test/unit/commands/deviceinfo-specs.js.map +1 -0
- package/build/test/unit/commands/element-specs.d.ts +2 -0
- package/build/test/unit/commands/element-specs.d.ts.map +1 -0
- package/build/test/unit/commands/element-specs.js +419 -0
- package/build/test/unit/commands/element-specs.js.map +1 -0
- package/build/test/unit/commands/file-movement-specs.d.ts +2 -0
- package/build/test/unit/commands/file-movement-specs.d.ts.map +1 -0
- package/build/test/unit/commands/file-movement-specs.js +81 -0
- package/build/test/unit/commands/file-movement-specs.js.map +1 -0
- package/build/test/unit/commands/find-specs.d.ts +2 -0
- package/build/test/unit/commands/find-specs.d.ts.map +1 -0
- package/build/test/unit/commands/find-specs.js +106 -0
- package/build/test/unit/commands/find-specs.js.map +1 -0
- package/build/test/unit/commands/general-specs.d.ts +2 -0
- package/build/test/unit/commands/general-specs.d.ts.map +1 -0
- package/build/test/unit/commands/general-specs.js +154 -0
- package/build/test/unit/commands/general-specs.js.map +1 -0
- package/build/test/unit/commands/gesture-specs.d.ts +2 -0
- package/build/test/unit/commands/gesture-specs.d.ts.map +1 -0
- package/build/test/unit/commands/gesture-specs.js +263 -0
- package/build/test/unit/commands/gesture-specs.js.map +1 -0
- package/build/test/unit/commands/location-specs.d.ts +2 -0
- package/build/test/unit/commands/location-specs.d.ts.map +1 -0
- package/build/test/unit/commands/location-specs.js +141 -0
- package/build/test/unit/commands/location-specs.js.map +1 -0
- package/build/test/unit/commands/pasteboard-specs.d.ts +2 -0
- package/build/test/unit/commands/pasteboard-specs.d.ts.map +1 -0
- package/build/test/unit/commands/pasteboard-specs.js +65 -0
- package/build/test/unit/commands/pasteboard-specs.js.map +1 -0
- package/build/test/unit/commands/proxy-helper-specs.d.ts +2 -0
- package/build/test/unit/commands/proxy-helper-specs.d.ts.map +1 -0
- package/build/test/unit/commands/proxy-helper-specs.js +88 -0
- package/build/test/unit/commands/proxy-helper-specs.js.map +1 -0
- package/build/test/unit/commands/screenshots-specs.d.ts +2 -0
- package/build/test/unit/commands/screenshots-specs.d.ts.map +1 -0
- package/build/test/unit/commands/screenshots-specs.js +71 -0
- package/build/test/unit/commands/screenshots-specs.js.map +1 -0
- package/build/test/unit/commands/session-specs.d.ts +2 -0
- package/build/test/unit/commands/session-specs.d.ts.map +1 -0
- package/build/test/unit/commands/session-specs.js +49 -0
- package/build/test/unit/commands/session-specs.js.map +1 -0
- package/build/test/unit/commands/simctl-specs.d.ts +2 -0
- package/build/test/unit/commands/simctl-specs.d.ts.map +1 -0
- package/build/test/unit/commands/simctl-specs.js +54 -0
- package/build/test/unit/commands/simctl-specs.js.map +1 -0
- package/build/test/unit/commands/source-specs.d.ts +2 -0
- package/build/test/unit/commands/source-specs.d.ts.map +1 -0
- package/build/test/unit/commands/source-specs.js +55 -0
- package/build/test/unit/commands/source-specs.js.map +1 -0
- package/build/test/unit/commands/ssl-certificate-specs.d.ts +2 -0
- package/build/test/unit/commands/ssl-certificate-specs.d.ts.map +1 -0
- package/build/test/unit/commands/ssl-certificate-specs.js +16 -0
- package/build/test/unit/commands/ssl-certificate-specs.js.map +1 -0
- package/build/test/unit/commands/xctest-specs.d.ts +2 -0
- package/build/test/unit/commands/xctest-specs.d.ts.map +1 -0
- package/build/test/unit/commands/xctest-specs.js +116 -0
- package/build/test/unit/commands/xctest-specs.js.map +1 -0
- package/build/test/unit/css-converter-specs.d.ts +2 -0
- package/build/test/unit/css-converter-specs.d.ts.map +1 -0
- package/build/test/unit/css-converter-specs.js +99 -0
- package/build/test/unit/css-converter-specs.js.map +1 -0
- package/build/test/unit/device-connections-factory-specs.d.ts +2 -0
- package/build/test/unit/device-connections-factory-specs.d.ts.map +1 -0
- package/build/test/unit/device-connections-factory-specs.js +88 -0
- package/build/test/unit/device-connections-factory-specs.js.map +1 -0
- package/build/test/unit/driver-specs.d.ts +2 -0
- package/build/test/unit/driver-specs.d.ts.map +1 -0
- package/build/test/unit/driver-specs.js +358 -0
- package/build/test/unit/driver-specs.js.map +1 -0
- package/build/test/unit/helpers.d.ts +2 -0
- package/build/test/unit/helpers.d.ts.map +1 -0
- package/build/test/unit/helpers.js +5 -0
- package/build/test/unit/helpers.js.map +1 -0
- package/build/test/unit/language-specs.d.ts +2 -0
- package/build/test/unit/language-specs.d.ts.map +1 -0
- package/build/test/unit/language-specs.js +159 -0
- package/build/test/unit/language-specs.js.map +1 -0
- package/build/test/unit/logs-helpers-specs.d.ts +2 -0
- package/build/test/unit/logs-helpers-specs.d.ts.map +1 -0
- package/build/test/unit/logs-helpers-specs.js +71 -0
- package/build/test/unit/logs-helpers-specs.js.map +1 -0
- package/build/test/unit/processargs-specs.d.ts +2 -0
- package/build/test/unit/processargs-specs.d.ts.map +1 -0
- package/build/test/unit/processargs-specs.js +87 -0
- package/build/test/unit/processargs-specs.js.map +1 -0
- package/build/test/unit/real-device-management-specs.d.ts +2 -0
- package/build/test/unit/real-device-management-specs.d.ts.map +1 -0
- package/build/test/unit/real-device-management-specs.js +151 -0
- package/build/test/unit/real-device-management-specs.js.map +1 -0
- package/build/test/unit/simulator-management-specs.d.ts +2 -0
- package/build/test/unit/simulator-management-specs.d.ts.map +1 -0
- package/build/test/unit/simulator-management-specs.js +143 -0
- package/build/test/unit/simulator-management-specs.js.map +1 -0
- package/build/test/unit/utils-specs.d.ts +2 -0
- package/build/test/unit/utils-specs.d.ts.map +1 -0
- package/build/test/unit/utils-specs.js +132 -0
- package/build/test/unit/utils-specs.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -0
- package/lib/index.ts +5 -0
- package/npm-shrinkwrap.json +5 -5
- package/package.json +4 -7
- package/build/index.d.ts +0 -5
- package/index.js +0 -7
package/lib/index.ts
ADDED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.14.
|
|
3
|
+
"version": "10.14.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.14.
|
|
9
|
+
"version": "10.14.7",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -692,9 +692,9 @@
|
|
|
692
692
|
}
|
|
693
693
|
},
|
|
694
694
|
"node_modules/appium-ios-remotexpc": {
|
|
695
|
-
"version": "0.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
697
|
-
"integrity": "sha512-
|
|
695
|
+
"version": "0.25.0",
|
|
696
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.25.0.tgz",
|
|
697
|
+
"integrity": "sha512-inc/mZc3Dz7mtBj/CWC+m3NlWB2a14aZ4Ug6onM/7vI80N3YRsOyaSfYk1HCLwacstvDJhjEoA6bqi5LMtVwYA==",
|
|
698
698
|
"license": "Apache-2.0",
|
|
699
699
|
"optional": true,
|
|
700
700
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.14.
|
|
11
|
+
"version": "10.14.7",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -61,24 +61,21 @@
|
|
|
61
61
|
]
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"main": "./build/index.js",
|
|
64
|
+
"main": "./build/lib/index.js",
|
|
65
65
|
"bin": {},
|
|
66
66
|
"directories": {
|
|
67
67
|
"lib": "lib"
|
|
68
68
|
},
|
|
69
69
|
"files": [
|
|
70
|
-
"index.js",
|
|
71
70
|
"lib",
|
|
72
71
|
"scripts",
|
|
73
|
-
"build
|
|
74
|
-
"build/index.d.ts",
|
|
75
|
-
"build/lib",
|
|
72
|
+
"build",
|
|
76
73
|
"!.DS_Store",
|
|
77
74
|
"CHANGELOG.md",
|
|
78
75
|
"LICENSE",
|
|
79
76
|
"npm-shrinkwrap.json"
|
|
80
77
|
],
|
|
81
|
-
"types": "./build/index.d.ts",
|
|
78
|
+
"types": "./build/lib/index.d.ts",
|
|
82
79
|
"dependencies": {
|
|
83
80
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
84
81
|
"@colors/colors": "^1.6.0",
|
package/build/index.d.ts
DELETED