appium-webdriveragent 16.1.4 → 16.1.6

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 (248) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/PrivateHeaders/XCTest/CDStructures.h +0 -26
  3. package/PrivateHeaders/XCTest/NSFastEnumeration-Protocol.h +23 -0
  4. package/PrivateHeaders/XCTest/XCAXClient_iOS.h +80 -44
  5. package/PrivateHeaders/XCTest/XCApplicationQuery.h +18 -11
  6. package/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h +17 -5
  7. package/PrivateHeaders/XCTest/XCPointerEvent.h +52 -19
  8. package/PrivateHeaders/XCTest/XCPointerEventPath.h +55 -33
  9. package/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h +41 -18
  10. package/PrivateHeaders/XCTest/XCTAggregateSuiteRunStatistics.h +38 -0
  11. package/PrivateHeaders/XCTest/XCTAttachmentManager.h +33 -0
  12. package/PrivateHeaders/XCTest/XCTCapabilities.h +35 -0
  13. package/PrivateHeaders/XCTest/XCTCapabilitiesProviding-Protocol.h +23 -0
  14. package/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h +30 -13
  15. package/PrivateHeaders/XCTest/XCTElementSnapshotAttributeDataSource-Protocol.h +33 -0
  16. package/PrivateHeaders/XCTest/XCTElementSnapshotProvider-Protocol.h +23 -0
  17. package/PrivateHeaders/XCTest/XCTExpectedFailureContextManager.h +35 -0
  18. package/PrivateHeaders/XCTest/XCTFuture.h +45 -0
  19. package/PrivateHeaders/XCTest/XCTHarnessEventReporting-Protocol.h +29 -0
  20. package/PrivateHeaders/XCTest/XCTIssue.h +49 -0
  21. package/PrivateHeaders/XCTest/XCTIssueHandling-Protocol.h +26 -0
  22. package/PrivateHeaders/XCTest/XCTMacCatalystStatusProviding-Protocol.h +23 -0
  23. package/PrivateHeaders/XCTest/XCTMeasureOptions.h +48 -0
  24. package/PrivateHeaders/XCTest/XCTMemoryChecker.h +50 -0
  25. package/PrivateHeaders/XCTest/XCTMemoryCheckerDelegate-Protocol.h +26 -0
  26. package/PrivateHeaders/XCTest/XCTMessagingChannel_IDEToRunner-Protocol.h +27 -0
  27. package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToDaemon-Protocol.h +39 -0
  28. package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToIDE-Protocol.h +32 -0
  29. package/PrivateHeaders/XCTest/XCTMessagingRole_ActivityReporting-Protocol.h +24 -0
  30. package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h +23 -0
  31. package/PrivateHeaders/XCTest/XCTMessagingRole_BundleRequesting-Protocol.h +24 -0
  32. package/PrivateHeaders/XCTest/XCTMessagingRole_CapabilityExchange-Protocol.h +56 -0
  33. package/PrivateHeaders/XCTest/XCTMessagingRole_DebugLogging-Protocol.h +23 -0
  34. package/PrivateHeaders/XCTest/XCTMessagingRole_EventSynthesis-Protocol.h +34 -0
  35. package/PrivateHeaders/XCTest/XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h +25 -0
  36. package/PrivateHeaders/XCTest/XCTMessagingRole_HIDEventRecording-Protocol.h +25 -0
  37. package/PrivateHeaders/XCTest/XCTMessagingRole_MemoryTesting-Protocol.h +23 -0
  38. package/PrivateHeaders/XCTest/XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h +23 -0
  39. package/PrivateHeaders/XCTest/XCTMessagingRole_ProcessMonitoring-Protocol.h +25 -0
  40. package/PrivateHeaders/XCTest/XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h +22 -0
  41. package/PrivateHeaders/XCTest/XCTMessagingRole_ScreenRecording-Protocol.h +24 -0
  42. package/PrivateHeaders/XCTest/XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h +23 -0
  43. package/PrivateHeaders/XCTest/XCTMessagingRole_SignpostRequesting-Protocol.h +24 -0
  44. package/PrivateHeaders/XCTest/XCTMessagingRole_SiriAutomation-Protocol.h +27 -0
  45. package/PrivateHeaders/XCTest/XCTMessagingRole_SystemConfiguration-Protocol.h +27 -0
  46. package/PrivateHeaders/XCTest/XCTMessagingRole_TelemetrySending-Protocol.h +23 -0
  47. package/PrivateHeaders/XCTest/XCTMessagingRole_TestExecution-Protocol.h +28 -0
  48. package/PrivateHeaders/XCTest/XCTMessagingRole_TestReporting-Protocol.h +40 -0
  49. package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomation-Protocol.h +29 -0
  50. package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h +27 -0
  51. package/PrivateHeaders/XCTest/XCTMessagingRole_UserPresence-Protocol.h +24 -0
  52. package/PrivateHeaders/XCTest/XCTMetricDiagnosticHelper.h +49 -0
  53. package/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h +15 -7
  54. package/PrivateHeaders/XCTest/XCTPromise.h +30 -0
  55. package/PrivateHeaders/XCTest/XCTRemoteSignpostListenerProxy-Protocol.h +29 -0
  56. package/PrivateHeaders/XCTest/XCTRepetitionPolicy.h +43 -0
  57. package/PrivateHeaders/XCTest/XCTReportingSession.h +50 -0
  58. package/PrivateHeaders/XCTest/XCTReportingSessionConfiguration-Protocol.h +27 -0
  59. package/PrivateHeaders/XCTest/XCTReportingSessionIssueReporter-Protocol.h +23 -0
  60. package/PrivateHeaders/XCTest/XCTReportingSessionTestContainer-Protocol.h +26 -0
  61. package/PrivateHeaders/XCTest/XCTReportingSessionTestReporter.h +51 -0
  62. package/PrivateHeaders/XCTest/XCTRunnerAutomationSession-Protocol.h +38 -0
  63. package/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h +76 -78
  64. package/PrivateHeaders/XCTest/XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h +33 -0
  65. package/PrivateHeaders/XCTest/XCTRunnerIDESession.h +87 -53
  66. package/PrivateHeaders/XCTest/XCTRunnerIDESessionDelegate-Protocol.h +24 -0
  67. package/PrivateHeaders/XCTest/XCTRuntimeDiagnosticsPolicy.h +36 -0
  68. package/PrivateHeaders/XCTest/XCTRuntimeIssueDetectionPolicy.h +39 -0
  69. package/PrivateHeaders/XCTest/XCTScreenCapturePolicy.h +35 -0
  70. package/PrivateHeaders/XCTest/XCTSignpostListener-Protocol.h +25 -0
  71. package/PrivateHeaders/XCTest/XCTSkippedTestContext.h +37 -0
  72. package/PrivateHeaders/XCTest/XCTSourceCodeContext.h +39 -0
  73. package/PrivateHeaders/XCTest/XCTSourceCodeLocation.h +31 -0
  74. package/PrivateHeaders/XCTest/XCTTagSelection.h +41 -0
  75. package/PrivateHeaders/XCTest/XCTTestIdentifier.h +81 -0
  76. package/PrivateHeaders/XCTest/XCTTestIdentifierSet.h +54 -0
  77. package/PrivateHeaders/XCTest/XCTTestSelection.h +35 -0
  78. package/PrivateHeaders/XCTest/XCTWaiter.h +45 -46
  79. package/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h +17 -6
  80. package/PrivateHeaders/XCTest/XCTWaiterManager-Protocol.h +25 -0
  81. package/PrivateHeaders/XCTest/XCTWaiterWait.h +40 -0
  82. package/PrivateHeaders/XCTest/XCTest.h +47 -28
  83. package/PrivateHeaders/XCTest/XCTestCase.h +165 -90
  84. package/PrivateHeaders/XCTest/XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h +20 -0
  85. package/PrivateHeaders/XCTest/XCTestCaseRun.h +19 -9
  86. package/PrivateHeaders/XCTest/XCTestCaseUIAutomationDelegate-Protocol.h +25 -0
  87. package/PrivateHeaders/XCTest/XCTestCastMethodNamesUIAutomationDelegate-Protocol.h +24 -0
  88. package/PrivateHeaders/XCTest/XCTestConfiguration.h +83 -55
  89. package/PrivateHeaders/XCTest/XCTestDriver.h +54 -28
  90. package/PrivateHeaders/XCTest/XCTestExpectation.h +37 -26
  91. package/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h +15 -6
  92. package/PrivateHeaders/XCTest/XCTestObservationCenter.h +49 -25
  93. package/PrivateHeaders/XCTest/XCTestRun.h +33 -28
  94. package/PrivateHeaders/XCTest/XCUIAXNotificationHandling-Protocol.h +25 -0
  95. package/PrivateHeaders/XCTest/XCUIAccessibilityInterface-Protocol.h +58 -0
  96. package/PrivateHeaders/XCTest/XCUIAlertMonitoring-Protocol.h +27 -0
  97. package/PrivateHeaders/XCTest/XCUIApplication.h +86 -48
  98. package/PrivateHeaders/XCTest/XCUIApplicationAutomationSessionProviding-Protocol.h +26 -0
  99. package/PrivateHeaders/XCTest/XCUIApplicationImpl.h +78 -26
  100. package/PrivateHeaders/XCTest/XCUIApplicationImplReporter-Protocol.h +26 -0
  101. package/PrivateHeaders/XCTest/XCUIApplicationManaging-Protocol.h +23 -0
  102. package/PrivateHeaders/XCTest/XCUIApplicationMonitor-Protocol.h +43 -0
  103. package/PrivateHeaders/XCTest/XCUIApplicationOpenRequest.h +34 -0
  104. package/PrivateHeaders/XCTest/XCUIApplicationPlatformServicesProviderDelegate-Protocol.h +25 -0
  105. package/PrivateHeaders/XCTest/XCUIApplicationProcess.h +89 -69
  106. package/PrivateHeaders/XCTest/XCUIApplicationProcessDelegate-Protocol.h +25 -0
  107. package/PrivateHeaders/XCTest/XCUIApplicationProcessManaging-Protocol.h +26 -0
  108. package/PrivateHeaders/XCTest/XCUIApplicationProcessTracker-Protocol.h +28 -0
  109. package/PrivateHeaders/XCTest/XCUIApplicationRegistry.h +32 -0
  110. package/PrivateHeaders/XCTest/XCUIButtonConsole.h +26 -0
  111. package/PrivateHeaders/XCTest/XCUICoordinate.h +37 -32
  112. package/PrivateHeaders/XCTest/XCUIDevice.h +122 -17
  113. package/PrivateHeaders/XCTest/XCUIDeviceAutomationModeInterface-Protocol.h +25 -0
  114. package/PrivateHeaders/XCTest/XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h +22 -0
  115. package/PrivateHeaders/XCTest/XCUIDeviceEventAndStateInterface-Protocol.h +40 -0
  116. package/PrivateHeaders/XCTest/XCUIElement.h +191 -58
  117. package/PrivateHeaders/XCTest/XCUIElementAttributesPrivate-Protocol.h +26 -0
  118. package/PrivateHeaders/XCTest/XCUIElementEventTarget-Protocol.h +38 -0
  119. package/PrivateHeaders/XCTest/XCUIElementQuery.h +154 -58
  120. package/PrivateHeaders/XCTest/XCUIElementTypeQueryProvider_Private-Protocol.h +24 -0
  121. package/PrivateHeaders/XCTest/XCUIEventRecording-Protocol.h +37 -0
  122. package/PrivateHeaders/XCTest/XCUIHitPointResult.h +16 -11
  123. package/PrivateHeaders/XCTest/XCUIInterruptionMonitoring-Protocol.h +27 -0
  124. package/PrivateHeaders/XCTest/XCUIIssueDiagnosticsProviding-Protocol.h +23 -0
  125. package/PrivateHeaders/XCTest/XCUIKnobControl.h +26 -0
  126. package/PrivateHeaders/XCTest/XCUILocation.h +24 -0
  127. package/PrivateHeaders/XCTest/XCUIPlatformApplicationServicesProviding-Protocol.h +33 -0
  128. package/PrivateHeaders/XCTest/XCUIRemoteAccessibilityInterface-Protocol.h +45 -0
  129. package/PrivateHeaders/XCTest/XCUIRemoteDeviceRunner-Protocol.h +24 -0
  130. package/PrivateHeaders/XCTest/XCUIRemoteSiriInterface-Protocol.h +30 -0
  131. package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h +22 -0
  132. package/PrivateHeaders/XCTest/XCUIScreen.h +45 -19
  133. package/PrivateHeaders/XCTest/XCUIScreenDataSource-Protocol.h +28 -12
  134. package/PrivateHeaders/XCTest/XCUISiriService.h +39 -0
  135. package/PrivateHeaders/XCTest/XCUISystem.h +26 -0
  136. package/PrivateHeaders/XCTest/XCUIXcodeApplicationManaging-Protocol.h +27 -0
  137. package/PrivateHeaders/XCTest/_TtC10XCTestCore19XCTReportingContext.h +26 -0
  138. package/PrivateHeaders/XCTest/_XCTMessaging_VoidProtocol-Protocol.h +20 -0
  139. package/PrivateHeaders/XCTest/_XCTestObservationInternal-Protocol.h +26 -0
  140. package/PrivateHeaders/XCTest/_XCTestObservationPrivate-Protocol.h +27 -0
  141. package/WebDriverAgent.xcodeproj/project.pbxproj +718 -426
  142. package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +9 -13
  143. package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +2 -2
  144. package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +0 -1
  145. package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -0
  146. package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +4 -0
  147. package/WebDriverAgentLib/Categories/XCUIDevice+FBVoiceOver.m +9 -7
  148. package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +2 -2
  149. package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +7 -3
  150. package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +33 -0
  151. package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +23 -0
  152. package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -0
  153. package/WebDriverAgentLib/Commands/FBElementCommands.m +5 -0
  154. package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -1
  155. package/WebDriverAgentLib/FBAlert.m +12 -3
  156. package/WebDriverAgentLib/Info.plist +2 -2
  157. package/WebDriverAgentLib/Routing/FBWebServer.m +3 -2
  158. package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -1
  159. package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +2 -2
  160. package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -0
  161. package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +6 -0
  162. package/WebDriverAgentLib/Utilities/FBScreenshot.m +2 -2
  163. package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +2 -2
  164. package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +4 -4
  165. package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +24 -3
  166. package/build/lib/no-session-proxy.d.ts +2 -2
  167. package/build/lib/no-session-proxy.d.ts.map +1 -1
  168. package/build/lib/no-session-proxy.js +2 -2
  169. package/build/lib/no-session-proxy.js.map +1 -1
  170. package/build/lib/webdriveragent.d.ts +2 -2
  171. package/build/lib/webdriveragent.d.ts.map +1 -1
  172. package/build/lib/webdriveragent.js +2 -2
  173. package/build/lib/webdriveragent.js.map +1 -1
  174. package/lib/no-session-proxy.ts +2 -2
  175. package/lib/webdriveragent.ts +3 -3
  176. package/package.json +1 -1
  177. package/PrivateHeaders/XCTest/NSString-XCTAdditions.h +0 -11
  178. package/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h +0 -11
  179. package/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h +0 -11
  180. package/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h +0 -11
  181. package/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h +0 -11
  182. package/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h +0 -11
  183. package/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h +0 -11
  184. package/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h +0 -11
  185. package/PrivateHeaders/XCTest/XCActivityRecord.h +0 -39
  186. package/PrivateHeaders/XCTest/XCApplicationMonitor.h +0 -44
  187. package/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h +0 -18
  188. package/PrivateHeaders/XCTest/XCDeviceEvent.h +0 -27
  189. package/PrivateHeaders/XCTest/XCEventGenerator.h +0 -73
  190. package/PrivateHeaders/XCTest/XCKeyMappingPath.h +0 -36
  191. package/PrivateHeaders/XCTest/XCKeyboardInputSolver.h +0 -41
  192. package/PrivateHeaders/XCTest/XCKeyboardKeyMap.h +0 -101
  193. package/PrivateHeaders/XCTest/XCKeyboardLayout.h +0 -35
  194. package/PrivateHeaders/XCTest/XCSourceCodeRecording.h +0 -42
  195. package/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h +0 -84
  196. package/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h +0 -18
  197. package/PrivateHeaders/XCTest/XCSymbolicationRecord.h +0 -29
  198. package/PrivateHeaders/XCTest/XCSymbolicatorHolder.h +0 -14
  199. package/PrivateHeaders/XCTest/XCTAXClient-Protocol.h +0 -14
  200. package/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h +0 -16
  201. package/PrivateHeaders/XCTest/XCTAsyncActivity.h +0 -23
  202. package/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h +0 -12
  203. package/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h +0 -23
  204. package/PrivateHeaders/XCTest/XCTKVOExpectation.h +0 -28
  205. package/PrivateHeaders/XCTest/XCTMetric.h +0 -29
  206. package/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h +0 -27
  207. package/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h +0 -24
  208. package/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h +0 -21
  209. package/PrivateHeaders/XCTest/XCTTestRunSession.h +0 -25
  210. package/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h +0 -17
  211. package/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h +0 -17
  212. package/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h +0 -16
  213. package/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h +0 -12
  214. package/PrivateHeaders/XCTest/XCTWaiterManager.h +0 -28
  215. package/PrivateHeaders/XCTest/XCTestCaseSuite.h +0 -19
  216. package/PrivateHeaders/XCTest/XCTestContext.h +0 -26
  217. package/PrivateHeaders/XCTest/XCTestContextScope.h +0 -19
  218. package/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h +0 -14
  219. package/PrivateHeaders/XCTest/XCTestExpectationWaiter.h +0 -17
  220. package/PrivateHeaders/XCTest/XCTestLog.h +0 -32
  221. package/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h +0 -36
  222. package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +0 -54
  223. package/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h +0 -12
  224. package/PrivateHeaders/XCTest/XCTestMisuseObserver.h +0 -37
  225. package/PrivateHeaders/XCTest/XCTestObservation-Protocol.h +0 -20
  226. package/PrivateHeaders/XCTest/XCTestObserver.h +0 -20
  227. package/PrivateHeaders/XCTest/XCTestProbe.h +0 -13
  228. package/PrivateHeaders/XCTest/XCTestSuite.h +0 -48
  229. package/PrivateHeaders/XCTest/XCTestSuiteRun.h +0 -28
  230. package/PrivateHeaders/XCTest/XCTestWaiter.h +0 -14
  231. package/PrivateHeaders/XCTest/XCUIElementAsynchronousHandlerWrapper.h +0 -19
  232. package/PrivateHeaders/XCTest/XCUIElementHitPointCoordinate.h +0 -24
  233. package/PrivateHeaders/XCTest/XCUIRecorderNodeFinder.h +0 -65
  234. package/PrivateHeaders/XCTest/XCUIRecorderNodeFinderMatch.h +0 -25
  235. package/PrivateHeaders/XCTest/XCUIRecorderTimingMessage.h +0 -20
  236. package/PrivateHeaders/XCTest/XCUIRecorderUtilities.h +0 -45
  237. package/PrivateHeaders/XCTest/_XCInternalTestRun.h +0 -43
  238. package/PrivateHeaders/XCTest/_XCKVOExpectationImplementation.h +0 -32
  239. package/PrivateHeaders/XCTest/_XCTDarwinNotificationExpectationImplementation.h +0 -27
  240. package/PrivateHeaders/XCTest/_XCTNSNotificationExpectationImplementation.h +0 -30
  241. package/PrivateHeaders/XCTest/_XCTNSPredicateExpectationImplementation.h +0 -29
  242. package/PrivateHeaders/XCTest/_XCTWaiterImpl.h +0 -41
  243. package/PrivateHeaders/XCTest/_XCTestCaseImplementation.h +0 -70
  244. package/PrivateHeaders/XCTest/_XCTestCaseInterruptionException.h +0 -13
  245. package/PrivateHeaders/XCTest/_XCTestExpectationImplementation.h +0 -40
  246. package/PrivateHeaders/XCTest/_XCTestImplementation.h +0 -14
  247. package/PrivateHeaders/XCTest/_XCTestObservationCenterImplementation.h +0 -19
  248. package/PrivateHeaders/XCTest/_XCTestSuiteImplementation.h +0 -23
@@ -0,0 +1,26 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCUIApplicationProcessManaging_Protocol_h
8
+ #define XCUIApplicationProcessManaging_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ #include "XCUIApplicationManaging-Protocol.h"
13
+
14
+ @protocol XCUIApplicationProcessManaging <XCUIApplicationManaging>
15
+
16
+ @required
17
+
18
+ /* required instance methods */
19
+ - (void)openDefaultApplicationForURL:(id)url completion:(id /* block */)completion;
20
+ - (void)openURL:(id)url usingApplication:(id)application completion:(id /* block */)completion;
21
+
22
+ @optional
23
+
24
+ @end
25
+
26
+ #endif /* XCUIApplicationProcessManaging_Protocol_h */
@@ -0,0 +1,28 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCUIApplicationProcessTracker_Protocol_h
8
+ #define XCUIApplicationProcessTracker_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIApplicationProcessTracker <NSObject>
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (id)monitoredApplicationWithProcessIdentifier:(int)identifier;
18
+ - (id)applicationProcessWithPID:(int)pid;
19
+ - (void)setApplicationProcess:(id)process forPID:(int)pid;
20
+ - (id)applicationProcessWithToken:(id)token;
21
+ - (void)setApplicationProcess:(id)process forToken:(id)token;
22
+ - (id)firstFramePresentationResponsiveSignpostExpectationForApplication:(id)application;
23
+
24
+ @optional
25
+
26
+ @end
27
+
28
+ #endif /* XCUIApplicationProcessTracker_Protocol_h */
@@ -0,0 +1,32 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCUIApplicationRegistry_h
8
+ #define XCUIApplicationRegistry_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ #include "XCUIPlatformApplicationServicesProviding-Protocol.h"
13
+
14
+ @class NSDictionary, NSObject;
15
+ @protocol XCUIApplicationRegistryProvider;
16
+
17
+ @interface XCUIApplicationRegistry : NSObject
18
+
19
+ @property (copy) NSDictionary *testDependencies;
20
+ @property (copy) NSDictionary *userOverrides;
21
+ @property (retain) id <XCUIApplicationRegistryProvider> platformProvider;
22
+ @property (readonly) id <XCUIPlatformApplicationServicesProviding> platformServicesProvider;
23
+
24
+ /* instance methods */
25
+ - (void)replacePlatformServicesProvider:(id)provider;
26
+ - (id)initWithTestDependencies:(id)dependencies userOverrides:(id)overrides platformServicesProvider:(id)provider;
27
+ - (id)recordForApplicationWithBundleIdentifier:(id)identifier error:(id *)error;
28
+ - (_Bool)testDependencyExistsForApplicationAtURL:(id)url;
29
+
30
+ @end
31
+
32
+ #endif /* XCUIApplicationRegistry_h */
@@ -0,0 +1,26 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCUIButtonConsole_h
8
+ #define XCUIButtonConsole_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject, XCUIScreen;
13
+
14
+ @interface XCUIButtonConsole : NSObject
15
+
16
+ @property (readonly, weak) XCUIScreen *screen;
17
+
18
+ /* instance methods */
19
+ - (id)initWithScreen:(id)screen;
20
+ - (void)pressButton:(unsigned long long)button;
21
+ - (void)pressButton:(unsigned long long)button forDuration:(double)duration;
22
+ - (void)_silentlyPressButton:(unsigned long long)button forDuration:(double)duration;
23
+
24
+ @end
25
+
26
+ #endif /* XCUIButtonConsole_h */
@@ -1,44 +1,49 @@
1
1
  //
2
- // Generated by class-dump 3.5 (64 bit).
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
3
  //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
5
6
  //
6
-
7
+ #ifndef XCUICoordinate_h
8
+ #define XCUICoordinate_h
7
9
  #import <TargetConditionals.h>
10
+ #if !TARGET_OS_TV // XCUICoordinate does not exist on tvOS's XCTest private framework
8
11
  #import <XCTest/XCUICoordinate.h>
12
+ @import Foundation;
13
+ @import UIKit;
9
14
 
10
- @class XCUIElement;
11
-
12
- #if !TARGET_OS_TV
13
- @interface XCUICoordinate ()
14
- {
15
- XCUIElement *_element;
16
- XCUICoordinate *_coordinate;
17
- CGVector _normalizedOffset;
18
- CGVector _pointsOffset;
19
- }
15
+ @class NSObject, XCUIElement;
20
16
 
21
- @property(readonly) CGVector pointsOffset; // @synthesize pointsOffset=_pointsOffset;
22
- @property(readonly) CGVector normalizedOffset; // @synthesize normalizedOffset=_normalizedOffset;
23
- @property(readonly) XCUICoordinate *coordinate; // @synthesize coordinate=_coordinate;
24
- @property(readonly) XCUIElement *element; // @synthesize element=_element;
17
+ @interface XCUICoordinate (FBXCTestPrivate)
25
18
 
26
- - (id)initWithCoordinate:(id)arg1 pointsOffset:(CGVector)arg2;
27
- - (id)initWithElement:(id)arg1 normalizedOffset:(CGVector)arg2;
28
- - (id)init;
19
+ @property (readonly) XCUIElement *element;
20
+ @property (readonly) XCUICoordinate *coordinate;
21
+ @property (readonly) CGVector normalizedOffset;
22
+ @property (readonly) CGVector pointsOffset;
29
23
 
30
- - (void)pressForDuration:(double)arg1 thenDragToCoordinate:(id)arg2;
31
- - (void)pressForDuration:(double)arg1;
32
- - (void)doubleTap;
33
- - (void)tap;
34
- - (void)pressWithPressure:(double)arg1 duration:(double)arg2;
24
+ /* instance methods */
25
+ - (void)clickForDuration:(double)duration;
26
+ - (void)_clickForDuration:(double)duration thenDragToCoordinate:(id)coordinate dragVelocity:(double)velocity;
35
27
  - (void)forcePress;
36
-
37
- // Since Xcode 12
38
- - (void)pressForDuration:(double)duration
39
- thenDragToCoordinate:(XCUICoordinate *)otherCoordinate
40
- withVelocity:(CGFloat)velocity
41
- thenHoldForDuration:(double)holdDuration;
28
+ - (void)pressWithPressure:(double)pressure duration:(double)duration;
29
+ - (void)hover;
30
+ - (void)click;
31
+ - (void)doubleClick;
32
+ - (void)rightClick;
33
+ - (void)swipeUp;
34
+ - (void)swipeDown;
35
+ - (void)swipeLeft;
36
+ - (void)swipeRight;
37
+ - (id)init;
38
+ - (id)initWithElement:(id)element normalizedOffset:(CGVector)offset;
39
+ - (id)initWithCoordinate:(id)coordinate pointsOffset:(CGVector)offset;
40
+ - (id)copyWithZone:(struct _NSZone *)zone;
41
+ - (id)description;
42
+ - (id)device;
43
+ - (CGVector)_originIndependentOffset;
44
+ - (CGPoint)_userSpaceScreenPoint;
42
45
 
43
46
  @end
44
- #endif
47
+
48
+ #endif // !TARGET_OS_TV
49
+ #endif /* XCUICoordinate_h */
@@ -1,30 +1,135 @@
1
1
  //
2
- // Generated by class-dump 3.5 (64 bit).
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
3
  //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
5
6
  //
6
-
7
+ #ifndef XCUIDevice_h
8
+ #define XCUIDevice_h
7
9
  #import <XCTest/XCUIDevice.h>
10
+ @import Foundation;
11
+ @import UIKit;
12
+
13
+ #include "XCUIAccessibilityInterface-Protocol.h"
14
+ #include "XCUIAlertMonitoring-Protocol.h"
15
+ #include "XCUIApplicationAutomationSessionProviding-Protocol.h"
16
+ #include "XCUIApplicationMonitor-Protocol.h"
17
+ #include "XCUIApplicationProcessManaging-Protocol.h"
18
+ #include "XCUIDeviceAutomationModeInterface-Protocol.h"
19
+ #include "XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h"
20
+ #include "XCUIDeviceEventAndStateInterface-Protocol.h"
21
+ #include "XCUIEventRecording-Protocol.h"
22
+ #include "XCUIInterruptionMonitoring-Protocol.h"
23
+ #include "XCUIRemoteDeviceRunner-Protocol.h"
24
+ #include "XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h"
25
+ #include "XCUIScreenDataSource-Protocol.h"
26
+ #include "XCUIXcodeApplicationManaging-Protocol.h"
8
27
 
9
- @interface XCUIDevice ()
28
+ @class NSError, NSObject, NSString, XCTContext, XCUIRemote, XCUILocation, XCUIScreen, XCUISiriService, XCUISystem;
29
+ @protocol XCTSignpostListener, XCUIDeviceDiagnostics;
30
+
31
+ @protocol XCUIEventSynthesizing <NSObject>
32
+ - (void)synthesizeEvent:(id)event completion:(void (^)(_Bool success, NSError *error))completion;
33
+ @end
10
34
 
11
- // Since Xcode 10.2
12
- @property (readonly) id accessibilityInterface; // implements XCUIAccessibilityInterface
13
- @property (readonly) id eventSynthesizer; // implements XCUIEventSynthesizing
14
- @property (readonly) id screenDataSource; // @synthesize screenDataSource=_screenDataSource;
35
+ @interface XCUIDevice (FBXCTestPrivate)
15
36
 
16
- - (_Bool)performDeviceEvent:(id)arg1 error:(id *)arg2;
17
37
 
18
- // Since Xcode 13
19
- // 1 - Light
20
- // 2 - Dark
21
- - (void)setAppearanceMode:(long long)arg1;
38
+ @property (retain, nonatomic) XCUIScreen *screenCurrentlyUsedForScreenRecording;
39
+ @property _Bool wasSystemAppActivated;
40
+ @property (readonly) NSString *descriptionIncludingName;
41
+ @property (readonly) id <XCTSignpostListener> signpostListener;
42
+ @property (retain) id <XCUIRemoteDeviceRunner> remoteRunner;
43
+ @property (retain) NSError *remoteRunnerError;
44
+ @property (readonly) XCUISiriService *siriService;
45
+ @property (retain, nonatomic) XCUILocation *location;
46
+ @property (nonatomic) long long appearance;
22
47
  - (long long)appearanceMode;
23
48
 
24
- - (void)pressLockButton;
25
- - (void)holdHomeButtonForDuration:(double)arg1;
26
- - (void)_silentPressButton:(long long)arg1;
27
- // Since Xcode 11
49
+ /* class methods */
50
+ + (void)initialize;
51
+ + (_Bool)isMultiDeviceHost;
52
+ + (id)localDevice;
53
+ + (void)setLocalDevice:(id)device;
54
+ + (instancetype)sharedDevice;
55
+
56
+ /* instance methods */
57
+ - (id)initLocalDeviceWithPlatform:(long long)platform;
58
+ - (id)initWithDiagnosticProvider:(id)provider;
59
+ - (_Bool)enableAutomationMode:(id *)mode;
60
+ - (id)diagnosticAttachmentsForError:(id)error;
61
+ - (_Bool)configuredForUITesting;
62
+ - (_Bool)performDeviceEvent:(id)event error:(id *)error;
28
63
  - (_Bool)supportsPressureInteraction;
64
+ - (_Bool)supportsContinuityDisplay;
65
+ - (void)screensWithCompletion:(id /* block */)completion;
66
+ - (id)screensOrError:(id *)error;
67
+ - (id)mainScreenOrError:(id *)error;
68
+ - (void)mainScreenWithCompletion:(id /* block */)completion;
69
+ - (id)screenWithDisplayID:(long long)id orError:(id *)error;
70
+ - (id)screens;
71
+ - (id)mainScreen;
72
+ - (id)makeDiagnosticScreenshotAttachmentForDevice;
73
+ - (id)makeDiagnosticScreenshotAttachmentsForDevice;
74
+ - (void)startDiagnosticScreenRecordingWithCompletion:(id /* block */)completion;
75
+ - (void)stopDiagnosticScreenRecordingWithCompletion:(id /* block */)completion;
76
+ - (_Bool)isScreenRecordingActive;
77
+ - (_Bool)isScreenRecordingSupported;
78
+ - (void)isMultiDeviceScreenRecordingSupportedWithCompletion:(id /* block */)completion;
79
+ - (id)spindumpAttachmentForProcessID:(int)id error:(id *)error;
80
+ - (unsigned long long)hash;
81
+ - (_Bool)isEqual:(id)equal;
82
+ - (id)description;
83
+ - (id)init;
84
+ - (void)_setOrientation:(long long)orientation;
85
+ - (_Bool)_isInTopLevelActivity;
86
+ - (void)didUpdateDeviceOrientation:(long long)orientation;
87
+ - (void)didUpdateInterfaceOrientation:(long long)orientation;
88
+ - (void)_clearSimulatedLocation;
89
+ - (void)_silentPressButton:(long long)button;
90
+ - (void)holdHomeButtonForDuration:(double)duration;
91
+ - (void)pressLockButton;
92
+ - (void)rotateDigitalCrown:(double)crown velocity:(double)velocity;
93
+ - (void)ensureSystemAppIsLoaded;
94
+ - (void)attachLocalizableStringsData;
95
+ - (_Bool)startHIDEventRecordingWithError:(id *)error;
96
+ - (_Bool)stopHIDEventRecordingAndSaveToURL:(id)url error:(id *)error;
97
+ - (_Bool)playBackHIDEventRecordingFromURL:(id)url error:(id *)error;
98
+ - (void)simulateUserPresent;
99
+ - (void)simulateUserNotPresent;
100
+ - (void)_simulateUserPresence:(_Bool)presence;
101
+ - (unsigned long long)_setModifiers:(unsigned long long)modifiers merge:(_Bool)merge beginPersistentState:(_Bool)state description:(id)description;
102
+ - (void)performWithKeyModifiers:(unsigned long long)modifiers block:(id /* block */)block;
103
+ - (void)remoteAutomationSessionDidDisconnect:(id)disconnect;
104
+ - (void)remoteRunnerDidUnexpectedlyDisconnectForSession:(id)session;
105
+ - (_Bool)exitRemoteRunnerWithError:(id *)error;
106
+ - (id)_runnerOrError:(id *)error;
107
+ - (void)waitForRemoteRunnerExit;
108
+ - (_Bool)isLocal;
109
+ - (long long)platform;
110
+ - (id)accessibilityInterface;
111
+ - (id)applicationMonitor;
112
+ - (id<XCUIEventSynthesizing>)eventSynthesizer;
113
+ - (id)eventRecorder;
114
+ - (id)platformApplicationManager;
115
+ - (id)xcodeApplicationManager;
116
+ - (id)deviceEventAndStateInterface;
117
+ - (id)applicationAutomationSessionProvider;
118
+ - (id)screenDataSource;
119
+ - (id)uniqueIdentifier;
120
+ - (_Bool)isSimulatorDevice;
121
+ - (id)remote;
122
+ - (id)interruptionMonitor;
123
+ - (id)alertMonitor;
124
+ - (id)resetAuthorizationStatusInterface;
125
+ - (id)diagnosticsProvider;
126
+ - (id)automationModeInterface;
127
+ - (id)delayedAttachmentTransferSupportInterface;
128
+ - (id)reportingContext;
129
+ - (id)name;
130
+ - (id)alias;
131
+ - (void)setAlias:(id)alias;
29
132
 
30
133
  @end
134
+
135
+ #endif /* XCUIDevice_h */
@@ -0,0 +1,25 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCUIDeviceAutomationModeInterface_Protocol_h
8
+ #define XCUIDeviceAutomationModeInterface_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIDeviceAutomationModeInterface <NSObject>
13
+
14
+ @required
15
+
16
+ @property (readonly) _Bool supportsAutomationMode;
17
+
18
+ /* required instance methods */
19
+ - (_Bool)enableAutomationModeWithError:(id *)error;
20
+
21
+ @optional
22
+
23
+ @end
24
+
25
+ #endif /* XCUIDeviceAutomationModeInterface_Protocol_h */
@@ -0,0 +1,22 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCUIDeviceDelayedAttachmentTransferSupportInterface_Protocol_h
8
+ #define XCUIDeviceDelayedAttachmentTransferSupportInterface_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIDeviceDelayedAttachmentTransferSupportInterface <NSObject>
13
+
14
+ @required
15
+
16
+ @property (readonly) _Bool supportsDelayedAttachmentTransfer;
17
+
18
+ @optional
19
+
20
+ @end
21
+
22
+ #endif /* XCUIDeviceDelayedAttachmentTransferSupportInterface_Protocol_h */
@@ -0,0 +1,40 @@
1
+ //
2
+ // Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
3
+ //
4
+ // - LC_BUILD_VERSION: Platform: iOS, MinOS: 13, SDK: 26.4, Tool: ld (1267)
5
+ // - LC_SOURCE_VERSION: 24904.0.0.0.0
6
+ //
7
+ #ifndef XCUIDeviceEventAndStateInterface_Protocol_h
8
+ #define XCUIDeviceEventAndStateInterface_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIDeviceEventAndStateInterface <NSObject>
13
+
14
+ @required
15
+
16
+ @property (readonly) _Bool supportsAppearanceMode;
17
+ @property (readonly) _Bool supportsLocationSimulation;
18
+ @property (readonly) _Bool supportsHandGestures;
19
+ @property (readonly) _Bool supportsUserPresence;
20
+
21
+ /* required instance methods */
22
+ - (void)performDeviceEvent:(id)event completion:(id /* block */)completion;
23
+ - (void)updateDeviceOrientation:(long long)orientation completion:(id /* block */)completion;
24
+ - (void)getDeviceOrientationWithCompletion:(id /* block */)completion;
25
+ - (void)updateAppearanceMode:(long long)mode completion:(id /* block */)completion;
26
+ - (void)getAppearanceModeWithReply:(id /* block */)reply;
27
+ - (void)getInterfaceOrientationWithReply:(id /* block */)reply;
28
+ - (void)getSimulatedLocationWithReply:(id /* block */)reply;
29
+ - (void)setSimulatedLocation:(id)location completion:(id /* block */)completion;
30
+ - (void)clearSimulatedLocationWithReply:(id /* block */)reply;
31
+ - (void)hasHardwareButton:(long long)button completion:(id /* block */)completion;
32
+ - (void)clearUserPresenceAssertionWithReply:(id /* block */)reply;
33
+ - (void)acquireUserPresenceAssertionWithReply:(id /* block */)reply;
34
+ - (void)continuityDisplayIsActiveWithCompletion:(id /* block */)completion;
35
+
36
+ @optional
37
+
38
+ @end
39
+
40
+ #endif /* XCUIDeviceEventAndStateInterface_Protocol_h */