appium-xcuitest-driver 10.8.3 → 10.9.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.
Files changed (218) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/lib/app-utils.d.ts +2 -2
  3. package/build/lib/app-utils.d.ts.map +1 -1
  4. package/build/lib/app-utils.js +4 -1
  5. package/build/lib/app-utils.js.map +1 -1
  6. package/build/lib/commands/app-management.js +2 -2
  7. package/build/lib/commands/app-management.js.map +1 -1
  8. package/build/lib/commands/appearance.js +2 -2
  9. package/build/lib/commands/appearance.js.map +1 -1
  10. package/build/lib/commands/biometric.js +3 -3
  11. package/build/lib/commands/biometric.js.map +1 -1
  12. package/build/lib/commands/certificate.d.ts.map +1 -1
  13. package/build/lib/commands/certificate.js +9 -3
  14. package/build/lib/commands/certificate.js.map +1 -1
  15. package/build/lib/commands/context.d.ts +5 -5
  16. package/build/lib/commands/context.d.ts.map +1 -1
  17. package/build/lib/commands/context.js +6 -6
  18. package/build/lib/commands/context.js.map +1 -1
  19. package/build/lib/commands/file-movement.d.ts.map +1 -1
  20. package/build/lib/commands/file-movement.js +7 -7
  21. package/build/lib/commands/file-movement.js.map +1 -1
  22. package/build/lib/commands/general.js +1 -1
  23. package/build/lib/commands/general.js.map +1 -1
  24. package/build/lib/commands/gesture.js +1 -1
  25. package/build/lib/commands/gesture.js.map +1 -1
  26. package/build/lib/commands/keychains.js +1 -1
  27. package/build/lib/commands/keychains.js.map +1 -1
  28. package/build/lib/commands/localization.js +1 -1
  29. package/build/lib/commands/localization.js.map +1 -1
  30. package/build/lib/commands/location.js +1 -1
  31. package/build/lib/commands/location.js.map +1 -1
  32. package/build/lib/commands/log.js +7 -7
  33. package/build/lib/commands/log.js.map +1 -1
  34. package/build/lib/commands/memory.js +1 -1
  35. package/build/lib/commands/memory.js.map +1 -1
  36. package/build/lib/commands/notifications.js +1 -1
  37. package/build/lib/commands/notifications.js.map +1 -1
  38. package/build/lib/commands/pasteboard.js +2 -2
  39. package/build/lib/commands/pasteboard.js.map +1 -1
  40. package/build/lib/commands/pcap.js +1 -1
  41. package/build/lib/commands/pcap.js.map +1 -1
  42. package/build/lib/commands/performance.d.ts.map +1 -1
  43. package/build/lib/commands/performance.js +13 -4
  44. package/build/lib/commands/performance.js.map +1 -1
  45. package/build/lib/commands/permissions.js +2 -2
  46. package/build/lib/commands/permissions.js.map +1 -1
  47. package/build/lib/commands/proxy-helper.d.ts.map +1 -1
  48. package/build/lib/commands/proxy-helper.js +0 -3
  49. package/build/lib/commands/proxy-helper.js.map +1 -1
  50. package/build/lib/commands/screenshots.js +1 -1
  51. package/build/lib/commands/screenshots.js.map +1 -1
  52. package/build/lib/commands/simctl.d.ts +1 -1
  53. package/build/lib/commands/simctl.d.ts.map +1 -1
  54. package/build/lib/commands/simctl.js +1 -1
  55. package/build/lib/commands/simctl.js.map +1 -1
  56. package/build/lib/commands/web.js +1 -1
  57. package/build/lib/commands/web.js.map +1 -1
  58. package/build/lib/commands/xctest-record-screen.js +2 -2
  59. package/build/lib/commands/xctest-record-screen.js.map +1 -1
  60. package/build/lib/desired-caps.d.ts +383 -507
  61. package/build/lib/desired-caps.d.ts.map +1 -1
  62. package/build/lib/desired-caps.js +6 -10
  63. package/build/lib/desired-caps.js.map +1 -1
  64. package/build/lib/device/clients/base-device-client.d.ts.map +1 -0
  65. package/build/lib/device/clients/base-device-client.js.map +1 -0
  66. package/build/lib/{real-device-clients → device/clients}/py-ios-device-client.d.ts +1 -1
  67. package/build/lib/device/clients/py-ios-device-client.d.ts.map +1 -0
  68. package/build/lib/device/clients/py-ios-device-client.js.map +1 -0
  69. package/build/lib/device/device-connections-factory.d.ts +18 -0
  70. package/build/lib/device/device-connections-factory.d.ts.map +1 -0
  71. package/build/lib/{device-connections-factory.js → device/device-connections-factory.js} +57 -41
  72. package/build/lib/device/device-connections-factory.js.map +1 -0
  73. package/build/lib/{device-log → device/log}/helpers.d.ts +1 -1
  74. package/build/lib/device/log/helpers.d.ts.map +1 -0
  75. package/build/lib/device/log/helpers.js.map +1 -0
  76. package/build/lib/{device-log → device/log}/ios-crash-log.d.ts +1 -1
  77. package/build/lib/device/log/ios-crash-log.d.ts.map +1 -0
  78. package/build/lib/{device-log → device/log}/ios-crash-log.js +1 -1
  79. package/build/lib/device/log/ios-crash-log.js.map +1 -0
  80. package/build/lib/device/log/ios-device-log.d.ts.map +1 -0
  81. package/build/lib/device/log/ios-device-log.js.map +1 -0
  82. package/build/lib/{device-log → device/log}/ios-log.d.ts +1 -1
  83. package/build/lib/device/log/ios-log.d.ts.map +1 -0
  84. package/build/lib/device/log/ios-log.js.map +1 -0
  85. package/build/lib/device/log/ios-performance-log.d.ts.map +1 -0
  86. package/build/lib/device/log/ios-performance-log.js.map +1 -0
  87. package/build/lib/device/log/ios-simulator-log.d.ts.map +1 -0
  88. package/build/lib/device/log/ios-simulator-log.js.map +1 -0
  89. package/build/lib/{device-log → device/log}/line-consuming-log.d.ts +1 -1
  90. package/build/lib/device/log/line-consuming-log.d.ts.map +1 -0
  91. package/build/lib/device/log/line-consuming-log.js.map +1 -0
  92. package/build/lib/{device-log → device/log}/safari-console-log.d.ts +1 -1
  93. package/build/lib/device/log/safari-console-log.d.ts.map +1 -0
  94. package/build/lib/device/log/safari-console-log.js.map +1 -0
  95. package/build/lib/device/log/safari-network-log.d.ts.map +1 -0
  96. package/build/lib/device/log/safari-network-log.js.map +1 -0
  97. package/build/lib/device/real-device-management.d.ts +146 -0
  98. package/build/lib/device/real-device-management.d.ts.map +1 -0
  99. package/build/lib/device/real-device-management.js +728 -0
  100. package/build/lib/device/real-device-management.js.map +1 -0
  101. package/build/lib/device/simulator-management.d.ts +65 -0
  102. package/build/lib/device/simulator-management.d.ts.map +1 -0
  103. package/build/lib/{simulator-management.js → device/simulator-management.js} +24 -43
  104. package/build/lib/device/simulator-management.js.map +1 -0
  105. package/build/lib/driver.d.ts +129 -1385
  106. package/build/lib/driver.d.ts.map +1 -1
  107. package/build/lib/driver.js +476 -600
  108. package/build/lib/driver.js.map +1 -1
  109. package/build/lib/method-map.d.ts +1 -1
  110. package/build/lib/method-map.d.ts.map +1 -1
  111. package/build/lib/method-map.js +2 -2
  112. package/build/lib/method-map.js.map +1 -1
  113. package/lib/app-utils.js +5 -1
  114. package/lib/commands/app-management.js +2 -2
  115. package/lib/commands/appearance.js +2 -2
  116. package/lib/commands/biometric.js +3 -3
  117. package/lib/commands/certificate.js +9 -3
  118. package/lib/commands/context.js +6 -6
  119. package/lib/commands/file-movement.js +11 -7
  120. package/lib/commands/general.js +1 -1
  121. package/lib/commands/gesture.js +1 -1
  122. package/lib/commands/keychains.js +1 -1
  123. package/lib/commands/localization.js +1 -1
  124. package/lib/commands/location.js +1 -1
  125. package/lib/commands/log.js +7 -7
  126. package/lib/commands/memory.js +1 -1
  127. package/lib/commands/notifications.js +1 -1
  128. package/lib/commands/pasteboard.js +2 -2
  129. package/lib/commands/pcap.js +1 -1
  130. package/lib/commands/performance.js +12 -1
  131. package/lib/commands/permissions.js +2 -2
  132. package/lib/commands/proxy-helper.js +0 -3
  133. package/lib/commands/screenshots.js +1 -1
  134. package/lib/commands/simctl.js +1 -1
  135. package/lib/commands/web.js +1 -1
  136. package/lib/commands/xctest-record-screen.js +2 -2
  137. package/lib/{desired-caps.js → desired-caps.ts} +7 -6
  138. package/lib/{real-device-clients → device/clients}/py-ios-device-client.ts +1 -1
  139. package/lib/{device-connections-factory.js → device/device-connections-factory.ts} +96 -60
  140. package/lib/{device-log → device/log}/helpers.ts +1 -1
  141. package/lib/{device-log → device/log}/ios-crash-log.ts +3 -3
  142. package/lib/{device-log → device/log}/ios-log.ts +1 -1
  143. package/lib/{device-log → device/log}/line-consuming-log.ts +1 -1
  144. package/lib/{device-log → device/log}/safari-console-log.ts +1 -1
  145. package/lib/device/real-device-management.ts +819 -0
  146. package/lib/{simulator-management.js → device/simulator-management.ts} +69 -62
  147. package/lib/{driver.js → driver.ts} +619 -713
  148. package/lib/{method-map.js → method-map.ts} +5 -2
  149. package/npm-shrinkwrap.json +5 -5
  150. package/package.json +1 -1
  151. package/build/lib/device-connections-factory.d.ts +0 -13
  152. package/build/lib/device-connections-factory.d.ts.map +0 -1
  153. package/build/lib/device-connections-factory.js.map +0 -1
  154. package/build/lib/device-log/helpers.d.ts.map +0 -1
  155. package/build/lib/device-log/helpers.js.map +0 -1
  156. package/build/lib/device-log/ios-crash-log.d.ts.map +0 -1
  157. package/build/lib/device-log/ios-crash-log.js.map +0 -1
  158. package/build/lib/device-log/ios-device-log.d.ts.map +0 -1
  159. package/build/lib/device-log/ios-device-log.js.map +0 -1
  160. package/build/lib/device-log/ios-log.d.ts.map +0 -1
  161. package/build/lib/device-log/ios-log.js.map +0 -1
  162. package/build/lib/device-log/ios-performance-log.d.ts.map +0 -1
  163. package/build/lib/device-log/ios-performance-log.js.map +0 -1
  164. package/build/lib/device-log/ios-simulator-log.d.ts.map +0 -1
  165. package/build/lib/device-log/ios-simulator-log.js.map +0 -1
  166. package/build/lib/device-log/line-consuming-log.d.ts.map +0 -1
  167. package/build/lib/device-log/line-consuming-log.js.map +0 -1
  168. package/build/lib/device-log/safari-console-log.d.ts.map +0 -1
  169. package/build/lib/device-log/safari-console-log.js.map +0 -1
  170. package/build/lib/device-log/safari-network-log.d.ts.map +0 -1
  171. package/build/lib/device-log/safari-network-log.js.map +0 -1
  172. package/build/lib/ios-fs-helpers.d.ts +0 -75
  173. package/build/lib/ios-fs-helpers.d.ts.map +0 -1
  174. package/build/lib/ios-fs-helpers.js +0 -370
  175. package/build/lib/ios-fs-helpers.js.map +0 -1
  176. package/build/lib/real-device-clients/base-device-client.d.ts.map +0 -1
  177. package/build/lib/real-device-clients/base-device-client.js.map +0 -1
  178. package/build/lib/real-device-clients/py-ios-device-client.d.ts.map +0 -1
  179. package/build/lib/real-device-clients/py-ios-device-client.js.map +0 -1
  180. package/build/lib/real-device-management.d.ts +0 -53
  181. package/build/lib/real-device-management.d.ts.map +0 -1
  182. package/build/lib/real-device-management.js +0 -128
  183. package/build/lib/real-device-management.js.map +0 -1
  184. package/build/lib/real-device.d.ts +0 -112
  185. package/build/lib/real-device.d.ts.map +0 -1
  186. package/build/lib/real-device.js +0 -352
  187. package/build/lib/real-device.js.map +0 -1
  188. package/build/lib/simulator-management.d.ts +0 -96
  189. package/build/lib/simulator-management.d.ts.map +0 -1
  190. package/build/lib/simulator-management.js.map +0 -1
  191. package/build/lib/xcrun.d.ts +0 -3
  192. package/build/lib/xcrun.d.ts.map +0 -1
  193. package/build/lib/xcrun.js +0 -17
  194. package/build/lib/xcrun.js.map +0 -1
  195. package/lib/ios-fs-helpers.js +0 -355
  196. package/lib/real-device-management.js +0 -133
  197. package/lib/real-device.js +0 -347
  198. package/lib/xcrun.js +0 -16
  199. /package/build/lib/{real-device-clients → device/clients}/base-device-client.d.ts +0 -0
  200. /package/build/lib/{real-device-clients → device/clients}/base-device-client.js +0 -0
  201. /package/build/lib/{real-device-clients → device/clients}/py-ios-device-client.js +0 -0
  202. /package/build/lib/{device-log → device/log}/helpers.js +0 -0
  203. /package/build/lib/{device-log → device/log}/ios-device-log.d.ts +0 -0
  204. /package/build/lib/{device-log → device/log}/ios-device-log.js +0 -0
  205. /package/build/lib/{device-log → device/log}/ios-log.js +0 -0
  206. /package/build/lib/{device-log → device/log}/ios-performance-log.d.ts +0 -0
  207. /package/build/lib/{device-log → device/log}/ios-performance-log.js +0 -0
  208. /package/build/lib/{device-log → device/log}/ios-simulator-log.d.ts +0 -0
  209. /package/build/lib/{device-log → device/log}/ios-simulator-log.js +0 -0
  210. /package/build/lib/{device-log → device/log}/line-consuming-log.js +0 -0
  211. /package/build/lib/{device-log → device/log}/safari-console-log.js +0 -0
  212. /package/build/lib/{device-log → device/log}/safari-network-log.d.ts +0 -0
  213. /package/build/lib/{device-log → device/log}/safari-network-log.js +0 -0
  214. /package/lib/{real-device-clients → device/clients}/base-device-client.ts +0 -0
  215. /package/lib/{device-log → device/log}/ios-device-log.ts +0 -0
  216. /package/lib/{device-log → device/log}/ios-performance-log.ts +0 -0
  217. /package/lib/{device-log → device/log}/ios-simulator-log.ts +0 -0
  218. /package/lib/{device-log → device/log}/safari-network-log.ts +0 -0
@@ -1,508 +1,384 @@
1
- export default desiredCapConstraints;
2
- export namespace desiredCapConstraints {
3
- namespace platformName {
4
- let presence: true;
5
- let isString: true;
6
- let inclusionCaseInsensitive: readonly ["iOS", "tvOS"];
7
- }
8
- namespace browserName {
9
- let isString_1: true;
10
- export { isString_1 as isString };
11
- }
12
- namespace app {
13
- let isString_2: true;
14
- export { isString_2 as isString };
15
- }
16
- namespace calendarFormat {
17
- let isString_3: true;
18
- export { isString_3 as isString };
19
- }
20
- namespace bundleId {
21
- let isString_4: true;
22
- export { isString_4 as isString };
23
- }
24
- namespace udid {
25
- let isString_5: true;
26
- export { isString_5 as isString };
27
- }
28
- namespace autoAcceptAlerts {
29
- let isBoolean: true;
30
- }
31
- namespace autoDismissAlerts {
32
- let isBoolean_1: true;
33
- export { isBoolean_1 as isBoolean };
34
- }
35
- namespace nativeWebTap {
36
- let isBoolean_2: true;
37
- export { isBoolean_2 as isBoolean };
38
- }
39
- namespace safariInitialUrl {
40
- let isString_6: true;
41
- export { isString_6 as isString };
42
- }
43
- namespace initialDeeplinkUrl {
44
- let isString_7: true;
45
- export { isString_7 as isString };
46
- }
47
- namespace safariAllowPopups {
48
- let isBoolean_3: true;
49
- export { isBoolean_3 as isBoolean };
50
- }
51
- namespace safariIgnoreFraudWarning {
52
- let isBoolean_4: true;
53
- export { isBoolean_4 as isBoolean };
54
- }
55
- namespace safariOpenLinksInBackground {
56
- let isBoolean_5: true;
57
- export { isBoolean_5 as isBoolean };
58
- }
59
- namespace safariShowFullResponse {
60
- let isBoolean_6: true;
61
- export { isBoolean_6 as isBoolean };
62
- }
63
- namespace keepKeyChains {
64
- let isBoolean_7: true;
65
- export { isBoolean_7 as isBoolean };
66
- }
67
- namespace resetLocationService {
68
- let isBoolean_8: true;
69
- export { isBoolean_8 as isBoolean };
70
- }
71
- namespace localizableStringsDir {
72
- let isString_8: true;
73
- export { isString_8 as isString };
74
- }
75
- let processArguments: {};
76
- namespace webviewConnectRetries {
77
- let isNumber: true;
78
- }
79
- namespace clearSystemFiles {
80
- let isBoolean_9: true;
81
- export { isBoolean_9 as isBoolean };
82
- }
83
- namespace customSSLCert {
84
- let isString_9: true;
85
- export { isString_9 as isString };
86
- }
87
- namespace remoteDebugProxy {
88
- let isString_10: true;
89
- export { isString_10 as isString };
90
- }
91
- namespace enablePerformanceLogging {
92
- let isBoolean_10: true;
93
- export { isBoolean_10 as isBoolean };
94
- }
95
- namespace enableAsyncExecuteFromHttps {
96
- let isBoolean_11: true;
97
- export { isBoolean_11 as isBoolean };
98
- }
99
- namespace fullContextList {
100
- let isBoolean_12: true;
101
- export { isBoolean_12 as isBoolean };
102
- }
103
- namespace ignoreAboutBlankUrl {
104
- let isBoolean_13: true;
105
- export { isBoolean_13 as isBoolean };
106
- }
107
- namespace skipLogCapture {
108
- let isBoolean_14: true;
109
- export { isBoolean_14 as isBoolean };
110
- }
111
- namespace deviceName {
112
- let isString_11: true;
113
- export { isString_11 as isString };
114
- }
115
- namespace showXcodeLog {
116
- let isBoolean_15: true;
117
- export { isBoolean_15 as isBoolean };
118
- }
119
- namespace wdaLocalPort {
120
- let isNumber_1: true;
121
- export { isNumber_1 as isNumber };
122
- }
123
- namespace wdaRemotePort {
124
- let isNumber_2: true;
125
- export { isNumber_2 as isNumber };
126
- }
127
- namespace wdaBindingIP {
128
- let isString_12: true;
129
- export { isString_12 as isString };
130
- }
131
- namespace wdaBaseUrl {
132
- let isString_13: true;
133
- export { isString_13 as isString };
134
- }
135
- namespace iosInstallPause {
136
- let isNumber_3: true;
137
- export { isNumber_3 as isNumber };
138
- }
139
- namespace xcodeConfigFile {
140
- let isString_14: true;
141
- export { isString_14 as isString };
142
- }
143
- namespace xcodeOrgId {
144
- let isString_15: true;
145
- export { isString_15 as isString };
146
- }
147
- namespace xcodeSigningId {
148
- let isString_16: true;
149
- export { isString_16 as isString };
150
- }
151
- namespace keychainPath {
152
- let isString_17: true;
153
- export { isString_17 as isString };
154
- }
155
- namespace keychainPassword {
156
- let isString_18: true;
157
- export { isString_18 as isString };
158
- }
159
- namespace bootstrapPath {
160
- let isString_19: true;
161
- export { isString_19 as isString };
162
- }
163
- namespace agentPath {
164
- let isString_20: true;
165
- export { isString_20 as isString };
166
- }
167
- namespace scaleFactor {
168
- let isString_21: true;
169
- export { isString_21 as isString };
170
- }
171
- namespace usePrebuiltWDA {
172
- let isBoolean_16: true;
173
- export { isBoolean_16 as isBoolean };
174
- }
175
- namespace prebuiltWDAPath {
176
- let isString_22: true;
177
- export { isString_22 as isString };
178
- }
179
- namespace usePreinstalledWDA {
180
- let isBoolean_17: true;
181
- export { isBoolean_17 as isBoolean };
182
- }
183
- namespace updatedWDABundleIdSuffix {
184
- let isString_23: true;
185
- export { isString_23 as isString };
186
- }
187
- namespace webDriverAgentUrl {
188
- let isString_24: true;
189
- export { isString_24 as isString };
190
- }
191
- namespace derivedDataPath {
192
- let isString_25: true;
193
- export { isString_25 as isString };
194
- }
195
- namespace launchWithIDB {
196
- let isBoolean_18: true;
197
- export { isBoolean_18 as isBoolean };
198
- export let deprecated: true;
199
- }
200
- namespace useNewWDA {
201
- let isBoolean_19: true;
202
- export { isBoolean_19 as isBoolean };
203
- }
204
- namespace wdaLaunchTimeout {
205
- let isNumber_4: true;
206
- export { isNumber_4 as isNumber };
207
- }
208
- namespace wdaConnectionTimeout {
209
- let isNumber_5: true;
210
- export { isNumber_5 as isNumber };
211
- }
212
- namespace updatedWDABundleId {
213
- let isString_26: true;
214
- export { isString_26 as isString };
215
- }
216
- namespace resetOnSessionStartOnly {
217
- let isBoolean_20: true;
218
- export { isBoolean_20 as isBoolean };
219
- }
220
- let commandTimeouts: {};
221
- namespace wdaStartupRetries {
222
- let isNumber_6: true;
223
- export { isNumber_6 as isNumber };
224
- }
225
- namespace wdaStartupRetryInterval {
226
- let isNumber_7: true;
227
- export { isNumber_7 as isNumber };
228
- }
229
- namespace prebuildWDA {
230
- let isBoolean_21: true;
231
- export { isBoolean_21 as isBoolean };
232
- }
233
- namespace connectHardwareKeyboard {
234
- let isBoolean_22: true;
235
- export { isBoolean_22 as isBoolean };
236
- }
237
- namespace forceTurnOnSoftwareKeyboardSimulator {
238
- let isBoolean_23: true;
239
- export { isBoolean_23 as isBoolean };
240
- }
241
- namespace simulatorPasteboardAutomaticSync {
242
- let isString_27: true;
243
- export { isString_27 as isString };
244
- }
245
- namespace simulatorDevicesSetPath {
246
- let isString_28: true;
247
- export { isString_28 as isString };
248
- }
249
- namespace calendarAccessAuthorized {
250
- let isBoolean_24: true;
251
- export { isBoolean_24 as isBoolean };
252
- let deprecated_1: true;
253
- export { deprecated_1 as deprecated };
254
- }
255
- namespace useSimpleBuildTest {
256
- let isBoolean_25: true;
257
- export { isBoolean_25 as isBoolean };
258
- let deprecated_2: true;
259
- export { deprecated_2 as deprecated };
260
- }
261
- namespace waitForQuiescence {
262
- let isBoolean_26: true;
263
- export { isBoolean_26 as isBoolean };
264
- let deprecated_3: true;
265
- export { deprecated_3 as deprecated };
266
- }
267
- namespace maxTypingFrequency {
268
- let isNumber_8: true;
269
- export { isNumber_8 as isNumber };
270
- }
271
- namespace nativeTyping {
272
- let isBoolean_27: true;
273
- export { isBoolean_27 as isBoolean };
274
- }
275
- namespace simpleIsVisibleCheck {
276
- let isBoolean_28: true;
277
- export { isBoolean_28 as isBoolean };
278
- }
279
- namespace shouldUseSingletonTestManager {
280
- let isBoolean_29: true;
281
- export { isBoolean_29 as isBoolean };
282
- }
283
- namespace isHeadless {
284
- let isBoolean_30: true;
285
- export { isBoolean_30 as isBoolean };
286
- }
287
- namespace useXctestrunFile {
288
- let isBoolean_31: true;
289
- export { isBoolean_31 as isBoolean };
290
- }
291
- namespace absoluteWebLocations {
292
- let isBoolean_32: true;
293
- export { isBoolean_32 as isBoolean };
294
- }
295
- namespace simulatorWindowCenter {
296
- let isString_29: true;
297
- export { isString_29 as isString };
298
- }
299
- namespace simulatorStartupTimeout {
300
- let isNumber_9: true;
301
- export { isNumber_9 as isNumber };
302
- }
303
- namespace simulatorTracePointer {
304
- let isBoolean_33: true;
305
- export { isBoolean_33 as isBoolean };
306
- }
307
- namespace useJSONSource {
308
- let isBoolean_34: true;
309
- export { isBoolean_34 as isBoolean };
310
- }
311
- namespace enforceFreshSimulatorCreation {
312
- let isBoolean_35: true;
313
- export { isBoolean_35 as isBoolean };
314
- }
315
- namespace shutdownOtherSimulators {
316
- let isBoolean_36: true;
317
- export { isBoolean_36 as isBoolean };
318
- }
319
- namespace keychainsExcludePatterns {
320
- let isString_30: true;
321
- export { isString_30 as isString };
322
- }
323
- namespace showSafariConsoleLog {
324
- let isBoolean_37: true;
325
- export { isBoolean_37 as isBoolean };
326
- }
327
- namespace showSafariNetworkLog {
328
- let isBoolean_38: true;
329
- export { isBoolean_38 as isBoolean };
330
- }
331
- namespace safariGarbageCollect {
332
- let isBoolean_39: true;
333
- export { isBoolean_39 as isBoolean };
334
- }
335
- namespace safariGlobalPreferences {
336
- let isObject: true;
337
- }
338
- namespace safariLogAllCommunication {
339
- let isBoolean_40: true;
340
- export { isBoolean_40 as isBoolean };
341
- }
342
- namespace safariLogAllCommunicationHexDump {
343
- let isBoolean_41: true;
344
- export { isBoolean_41 as isBoolean };
345
- }
346
- namespace safariSocketChunkSize {
347
- let isNumber_10: true;
348
- export { isNumber_10 as isNumber };
349
- }
350
- namespace mjpegServerPort {
351
- let isNumber_11: true;
352
- export { isNumber_11 as isNumber };
353
- }
354
- namespace reduceMotion {
355
- let isBoolean_42: true;
356
- export { isBoolean_42 as isBoolean };
357
- }
358
- namespace reduceTransparency {
359
- let isBoolean_43: true;
360
- export { isBoolean_43 as isBoolean };
361
- }
362
- namespace autoFillPasswords {
363
- let isBoolean_44: true;
364
- export { isBoolean_44 as isBoolean };
365
- }
366
- namespace mjpegScreenshotUrl {
367
- let isString_31: true;
368
- export { isString_31 as isString };
369
- }
370
- namespace permissions {
371
- let isString_32: true;
372
- export { isString_32 as isString };
373
- }
374
- namespace screenshotQuality {
375
- let isNumber_12: true;
376
- export { isNumber_12 as isNumber };
377
- }
378
- namespace wdaEventloopIdleDelay {
379
- let isNumber_13: true;
380
- export { isNumber_13 as isNumber };
381
- }
382
- namespace otherApps {
383
- let isString_33: true;
384
- export { isString_33 as isString };
385
- }
386
- namespace includeSafariInWebviews {
387
- let isBoolean_45: true;
388
- export { isBoolean_45 as isBoolean };
389
- }
390
- let additionalWebviewBundleIds: {};
391
- namespace webviewConnectTimeout {
392
- let isNumber_14: true;
393
- export { isNumber_14 as isNumber };
394
- }
395
- namespace webviewAtomWaitTimeout {
396
- let isNumber_15: true;
397
- export { isNumber_15 as isNumber };
398
- }
399
- namespace showIOSLog {
400
- let isBoolean_46: true;
401
- export { isBoolean_46 as isBoolean };
402
- }
403
- namespace iosSimulatorLogsPredicate {
404
- let isString_34: true;
405
- export { isString_34 as isString };
406
- }
407
- namespace iosSyslogFile {
408
- let isString_35: true;
409
- export { isString_35 as isString };
410
- }
411
- namespace simulatorLogLevel {
412
- let isString_36: true;
413
- export { isString_36 as isString };
414
- }
415
- namespace appPushTimeout {
416
- let isNumber_16: true;
417
- export { isNumber_16 as isNumber };
418
- }
419
- namespace nativeWebTapStrict {
420
- let isBoolean_47: true;
421
- export { isBoolean_47 as isBoolean };
422
- }
423
- namespace safariWebInspectorMaxFrameLength {
424
- let isNumber_17: true;
425
- export { isNumber_17 as isNumber };
426
- }
427
- namespace allowProvisioningDeviceRegistration {
428
- let isBoolean_48: true;
429
- export { isBoolean_48 as isBoolean };
430
- }
431
- namespace waitForIdleTimeout {
432
- let isNumber_18: true;
433
- export { isNumber_18 as isNumber };
434
- }
435
- namespace resultBundlePath {
436
- let isString_37: true;
437
- export { isString_37 as isString };
438
- }
439
- namespace resultBundleVersion {
440
- let isNumber_19: true;
441
- export { isNumber_19 as isNumber };
442
- }
443
- namespace safariIgnoreWebHostnames {
444
- let isString_38: true;
445
- export { isString_38 as isString };
446
- }
447
- namespace disableAutomaticScreenshots {
448
- let isBoolean_49: true;
449
- export { isBoolean_49 as isBoolean };
450
- }
451
- namespace shouldTerminateApp {
452
- let isBoolean_50: true;
453
- export { isBoolean_50 as isBoolean };
454
- }
455
- namespace forceAppLaunch {
456
- let isBoolean_51: true;
457
- export { isBoolean_51 as isBoolean };
458
- }
459
- namespace useNativeCachingStrategy {
460
- let isBoolean_52: true;
461
- export { isBoolean_52 as isBoolean };
462
- }
463
- namespace appInstallStrategy {
464
- let deprecated_4: true;
465
- export { deprecated_4 as deprecated };
466
- let isString_39: true;
467
- export { isString_39 as isString };
468
- let inclusionCaseInsensitive_1: readonly ["serial", "parallel", "ios-deploy"];
469
- export { inclusionCaseInsensitive_1 as inclusionCaseInsensitive };
470
- }
471
- namespace enforceAppInstall {
472
- let isBoolean_53: true;
473
- export { isBoolean_53 as isBoolean };
474
- }
475
- namespace skipTriggerInputEventAfterSendkeys {
476
- let isBoolean_54: true;
477
- export { isBoolean_54 as isBoolean };
478
- }
479
- namespace sendKeyStrategy {
480
- let isString_40: true;
481
- export { isString_40 as isString };
482
- }
483
- namespace skipSyncUiDialogTranslation {
484
- let isBoolean_55: true;
485
- export { isBoolean_55 as isBoolean };
486
- }
487
- namespace forceSimulatorSoftwareKeyboardPresence {
488
- let isBoolean_56: true;
489
- export { isBoolean_56 as isBoolean };
490
- }
491
- namespace appLaunchStateTimeoutSec {
492
- let isNumber_20: true;
493
- export { isNumber_20 as isNumber };
494
- }
495
- namespace appTimeZone {
496
- let isString_41: true;
497
- export { isString_41 as isString };
498
- }
499
- namespace pageLoadStrategy {
500
- let isString_42: true;
501
- export { isString_42 as isString };
502
- let inclusionCaseInsensitive_2: readonly ["none", "eager", "normal"];
503
- export { inclusionCaseInsensitive_2 as inclusionCaseInsensitive };
504
- }
505
- }
506
- export const PLATFORM_NAME_IOS: "iOS";
507
- export const PLATFORM_NAME_TVOS: "tvOS";
1
+ export declare const PLATFORM_NAME_IOS = "iOS";
2
+ export declare const PLATFORM_NAME_TVOS = "tvOS";
3
+ export declare const desiredCapConstraints: {
4
+ readonly platformName: {
5
+ readonly presence: true;
6
+ readonly isString: true;
7
+ readonly inclusionCaseInsensitive: readonly ["iOS", "tvOS"];
8
+ };
9
+ readonly browserName: {
10
+ readonly isString: true;
11
+ };
12
+ readonly app: {
13
+ readonly isString: true;
14
+ };
15
+ readonly calendarFormat: {
16
+ readonly isString: true;
17
+ };
18
+ readonly bundleId: {
19
+ readonly isString: true;
20
+ };
21
+ readonly udid: {
22
+ readonly isString: true;
23
+ };
24
+ readonly autoAcceptAlerts: {
25
+ readonly isBoolean: true;
26
+ };
27
+ readonly autoDismissAlerts: {
28
+ readonly isBoolean: true;
29
+ };
30
+ readonly nativeWebTap: {
31
+ readonly isBoolean: true;
32
+ };
33
+ readonly safariInitialUrl: {
34
+ readonly isString: true;
35
+ };
36
+ readonly initialDeeplinkUrl: {
37
+ readonly isString: true;
38
+ };
39
+ readonly safariAllowPopups: {
40
+ readonly isBoolean: true;
41
+ };
42
+ readonly safariIgnoreFraudWarning: {
43
+ readonly isBoolean: true;
44
+ };
45
+ readonly safariOpenLinksInBackground: {
46
+ readonly isBoolean: true;
47
+ };
48
+ readonly safariShowFullResponse: {
49
+ readonly isBoolean: true;
50
+ };
51
+ readonly keepKeyChains: {
52
+ readonly isBoolean: true;
53
+ };
54
+ readonly resetLocationService: {
55
+ readonly isBoolean: true;
56
+ };
57
+ readonly localizableStringsDir: {
58
+ readonly isString: true;
59
+ };
60
+ readonly processArguments: {};
61
+ readonly webviewConnectRetries: {
62
+ readonly isNumber: true;
63
+ };
64
+ readonly clearSystemFiles: {
65
+ readonly isBoolean: true;
66
+ };
67
+ readonly customSSLCert: {
68
+ readonly isString: true;
69
+ };
70
+ readonly remoteDebugProxy: {
71
+ readonly isString: true;
72
+ };
73
+ readonly enablePerformanceLogging: {
74
+ readonly isBoolean: true;
75
+ };
76
+ readonly enableAsyncExecuteFromHttps: {
77
+ readonly isBoolean: true;
78
+ };
79
+ readonly fullContextList: {
80
+ readonly isBoolean: true;
81
+ };
82
+ readonly ignoreAboutBlankUrl: {
83
+ readonly isBoolean: true;
84
+ };
85
+ readonly skipLogCapture: {
86
+ readonly isBoolean: true;
87
+ };
88
+ readonly deviceName: {
89
+ readonly isString: true;
90
+ };
91
+ readonly showXcodeLog: {
92
+ readonly isBoolean: true;
93
+ };
94
+ readonly wdaLocalPort: {
95
+ readonly isNumber: true;
96
+ };
97
+ readonly wdaRemotePort: {
98
+ readonly isNumber: true;
99
+ };
100
+ readonly wdaBindingIP: {
101
+ readonly isString: true;
102
+ };
103
+ readonly wdaBaseUrl: {
104
+ readonly isString: true;
105
+ };
106
+ readonly iosInstallPause: {
107
+ readonly isNumber: true;
108
+ };
109
+ readonly xcodeConfigFile: {
110
+ readonly isString: true;
111
+ };
112
+ readonly xcodeOrgId: {
113
+ readonly isString: true;
114
+ };
115
+ readonly xcodeSigningId: {
116
+ readonly isString: true;
117
+ };
118
+ readonly keychainPath: {
119
+ readonly isString: true;
120
+ };
121
+ readonly keychainPassword: {
122
+ readonly isString: true;
123
+ };
124
+ readonly bootstrapPath: {
125
+ readonly isString: true;
126
+ };
127
+ readonly agentPath: {
128
+ readonly isString: true;
129
+ };
130
+ readonly scaleFactor: {
131
+ readonly isString: true;
132
+ };
133
+ readonly usePrebuiltWDA: {
134
+ readonly isBoolean: true;
135
+ };
136
+ readonly prebuiltWDAPath: {
137
+ readonly isString: true;
138
+ };
139
+ readonly usePreinstalledWDA: {
140
+ readonly isBoolean: true;
141
+ };
142
+ readonly updatedWDABundleIdSuffix: {
143
+ readonly isString: true;
144
+ };
145
+ readonly webDriverAgentUrl: {
146
+ readonly isString: true;
147
+ };
148
+ readonly derivedDataPath: {
149
+ readonly isString: true;
150
+ };
151
+ readonly launchWithIDB: {
152
+ readonly isBoolean: true;
153
+ readonly deprecated: true;
154
+ };
155
+ readonly useNewWDA: {
156
+ readonly isBoolean: true;
157
+ };
158
+ readonly wdaLaunchTimeout: {
159
+ readonly isNumber: true;
160
+ };
161
+ readonly wdaConnectionTimeout: {
162
+ readonly isNumber: true;
163
+ };
164
+ readonly updatedWDABundleId: {
165
+ readonly isString: true;
166
+ };
167
+ readonly resetOnSessionStartOnly: {
168
+ readonly isBoolean: true;
169
+ };
170
+ readonly commandTimeouts: {};
171
+ readonly wdaStartupRetries: {
172
+ readonly isNumber: true;
173
+ };
174
+ readonly wdaStartupRetryInterval: {
175
+ readonly isNumber: true;
176
+ };
177
+ readonly prebuildWDA: {
178
+ readonly isBoolean: true;
179
+ };
180
+ readonly connectHardwareKeyboard: {
181
+ readonly isBoolean: true;
182
+ };
183
+ readonly forceTurnOnSoftwareKeyboardSimulator: {
184
+ readonly isBoolean: true;
185
+ };
186
+ readonly simulatorPasteboardAutomaticSync: {
187
+ readonly isString: true;
188
+ };
189
+ readonly simulatorDevicesSetPath: {
190
+ readonly isString: true;
191
+ };
192
+ readonly calendarAccessAuthorized: {
193
+ readonly isBoolean: true;
194
+ readonly deprecated: true;
195
+ };
196
+ readonly useSimpleBuildTest: {
197
+ readonly isBoolean: true;
198
+ readonly deprecated: true;
199
+ };
200
+ readonly waitForQuiescence: {
201
+ readonly isBoolean: true;
202
+ readonly deprecated: true;
203
+ };
204
+ readonly maxTypingFrequency: {
205
+ readonly isNumber: true;
206
+ };
207
+ readonly nativeTyping: {
208
+ readonly isBoolean: true;
209
+ };
210
+ readonly simpleIsVisibleCheck: {
211
+ readonly isBoolean: true;
212
+ };
213
+ readonly shouldUseSingletonTestManager: {
214
+ readonly isBoolean: true;
215
+ };
216
+ readonly isHeadless: {
217
+ readonly isBoolean: true;
218
+ };
219
+ readonly useXctestrunFile: {
220
+ readonly isBoolean: true;
221
+ };
222
+ readonly absoluteWebLocations: {
223
+ readonly isBoolean: true;
224
+ };
225
+ readonly simulatorWindowCenter: {
226
+ readonly isString: true;
227
+ };
228
+ readonly simulatorStartupTimeout: {
229
+ readonly isNumber: true;
230
+ };
231
+ readonly simulatorTracePointer: {
232
+ readonly isBoolean: true;
233
+ };
234
+ readonly useJSONSource: {
235
+ readonly isBoolean: true;
236
+ };
237
+ readonly enforceFreshSimulatorCreation: {
238
+ readonly isBoolean: true;
239
+ };
240
+ readonly shutdownOtherSimulators: {
241
+ readonly isBoolean: true;
242
+ };
243
+ readonly keychainsExcludePatterns: {
244
+ readonly isString: true;
245
+ };
246
+ readonly showSafariConsoleLog: {
247
+ readonly isBoolean: true;
248
+ };
249
+ readonly showSafariNetworkLog: {
250
+ readonly isBoolean: true;
251
+ };
252
+ readonly safariGarbageCollect: {
253
+ readonly isBoolean: true;
254
+ };
255
+ readonly safariGlobalPreferences: {
256
+ readonly isObject: true;
257
+ };
258
+ readonly safariLogAllCommunication: {
259
+ readonly isBoolean: true;
260
+ };
261
+ readonly safariLogAllCommunicationHexDump: {
262
+ readonly isBoolean: true;
263
+ };
264
+ readonly safariSocketChunkSize: {
265
+ readonly isNumber: true;
266
+ };
267
+ readonly mjpegServerPort: {
268
+ readonly isNumber: true;
269
+ };
270
+ readonly reduceMotion: {
271
+ readonly isBoolean: true;
272
+ };
273
+ readonly reduceTransparency: {
274
+ readonly isBoolean: true;
275
+ };
276
+ readonly autoFillPasswords: {
277
+ readonly isBoolean: true;
278
+ };
279
+ readonly mjpegScreenshotUrl: {
280
+ readonly isString: true;
281
+ };
282
+ readonly permissions: {
283
+ readonly isString: true;
284
+ };
285
+ readonly screenshotQuality: {
286
+ readonly isNumber: true;
287
+ };
288
+ readonly wdaEventloopIdleDelay: {
289
+ readonly isNumber: true;
290
+ };
291
+ readonly otherApps: {
292
+ readonly isString: true;
293
+ };
294
+ readonly includeSafariInWebviews: {
295
+ readonly isBoolean: true;
296
+ };
297
+ readonly additionalWebviewBundleIds: {};
298
+ readonly webviewConnectTimeout: {
299
+ readonly isNumber: true;
300
+ };
301
+ readonly webviewAtomWaitTimeout: {
302
+ readonly isNumber: true;
303
+ };
304
+ readonly showIOSLog: {
305
+ readonly isBoolean: true;
306
+ };
307
+ readonly iosSimulatorLogsPredicate: {
308
+ readonly isString: true;
309
+ };
310
+ readonly iosSyslogFile: {
311
+ readonly isString: true;
312
+ };
313
+ readonly simulatorLogLevel: {
314
+ readonly isString: true;
315
+ };
316
+ readonly appPushTimeout: {
317
+ readonly isNumber: true;
318
+ };
319
+ readonly nativeWebTapStrict: {
320
+ readonly isBoolean: true;
321
+ };
322
+ readonly safariWebInspectorMaxFrameLength: {
323
+ readonly isNumber: true;
324
+ };
325
+ readonly allowProvisioningDeviceRegistration: {
326
+ readonly isBoolean: true;
327
+ };
328
+ readonly waitForIdleTimeout: {
329
+ readonly isNumber: true;
330
+ };
331
+ readonly resultBundlePath: {
332
+ readonly isString: true;
333
+ };
334
+ readonly resultBundleVersion: {
335
+ readonly isNumber: true;
336
+ };
337
+ readonly safariIgnoreWebHostnames: {
338
+ readonly isString: true;
339
+ };
340
+ readonly disableAutomaticScreenshots: {
341
+ readonly isBoolean: true;
342
+ };
343
+ readonly shouldTerminateApp: {
344
+ readonly isBoolean: true;
345
+ };
346
+ readonly forceAppLaunch: {
347
+ readonly isBoolean: true;
348
+ };
349
+ readonly useNativeCachingStrategy: {
350
+ readonly isBoolean: true;
351
+ };
352
+ readonly appInstallStrategy: {
353
+ readonly deprecated: true;
354
+ readonly isString: true;
355
+ readonly inclusionCaseInsensitive: readonly ["serial", "parallel", "ios-deploy"];
356
+ };
357
+ readonly enforceAppInstall: {
358
+ readonly isBoolean: true;
359
+ };
360
+ readonly skipTriggerInputEventAfterSendkeys: {
361
+ readonly isBoolean: true;
362
+ };
363
+ readonly sendKeyStrategy: {
364
+ readonly isString: true;
365
+ };
366
+ readonly skipSyncUiDialogTranslation: {
367
+ readonly isBoolean: true;
368
+ };
369
+ readonly forceSimulatorSoftwareKeyboardPresence: {
370
+ readonly isBoolean: true;
371
+ };
372
+ readonly appLaunchStateTimeoutSec: {
373
+ readonly isNumber: true;
374
+ };
375
+ readonly appTimeZone: {
376
+ readonly isString: true;
377
+ };
378
+ readonly pageLoadStrategy: {
379
+ readonly isString: true;
380
+ readonly inclusionCaseInsensitive: readonly ["none", "eager", "normal"];
381
+ };
382
+ };
383
+ export type XCUITestDriverConstraints = typeof desiredCapConstraints;
508
384
  //# sourceMappingURL=desired-caps.d.ts.map