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
@@ -1,60 +1,98 @@
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 XCUIApplication_h
8
+ #define XCUIApplication_h
7
9
  #import <XCTest/XCUIApplication.h>
10
+ @import Foundation;
11
+ @import UIKit;
12
+
13
+ #include "XCTRunnerAutomationSession-Protocol.h"
14
+ #include "XCUIElement.h"
15
+ #include "XCUIIssueDiagnosticsProviding-Protocol.h"
16
+
17
+ @class NSArray, NSDictionary, NSString, XCAccessibilityElement, XCApplicationQuery, XCUIApplicationImpl, XCUIApplicationOpenRequest, XCUIDevice, XCUIElement;
18
+ @protocol XCUIDevice;
8
19
 
9
- @class NSArray, NSDictionary, NSString, XCApplicationQuery, XCUIApplicationImpl;
10
-
11
- @interface XCUIApplication ()
12
- {
13
- BOOL _ancillary;
14
- BOOL _doesNotHandleUIInterruptions;
15
- BOOL _idleAnimationWaitEnabled;
16
- XCUIElement *_keyboard;
17
- NSArray *_launchArguments;
18
- NSDictionary *_launchEnvironment;
19
- XCUIApplicationImpl *_applicationImpl;
20
- XCApplicationQuery *_applicationQuery;
21
- unsigned long long _generation;
22
- }
23
- @property unsigned long long generation; // @synthesize generation=_generation;
24
- @property(retain) XCApplicationQuery *applicationQuery; // @synthesize applicationQuery=_applicationQuery;
25
- @property(retain) XCUIApplicationImpl *applicationImpl; // @synthesize applicationQuery=_applicationQuery;
26
- @property(readonly, copy) NSString *bundleID; // @synthesize bundleID=_bundleID;
27
- @property(readonly, copy) NSString *path; // @synthesize path=_path;
28
- @property BOOL ancillary; // @synthesize ancillary=_ancillary;
29
- @property(readonly) XCUIElement *keyboard; // @synthesize keyboard=_keyboard;
30
-
31
- @property(getter=isIdleAnimationWaitEnabled) BOOL idleAnimationWaitEnabled; // @synthesize idleAnimationWaitEnabled=_idleAnimationWaitEnabled;
32
- @property(nonatomic) BOOL doesNotHandleUIInterruptions; // @synthesize doesNotHandleUIInterruptions=_doesNotHandleUIInterruptions;
33
- @property(readonly) BOOL fauxCollectionViewCellsEnabled;
20
+ @interface XCUIApplication (FBXCTestPrivate)
21
+
22
+ @property (retain) XCUIApplicationOpenRequest *lastLaunchRequest;
23
+ @property (retain) XCApplicationQuery *applicationQuery;
24
+ @property (readonly) XCUIElement *keyboard;
25
+ @property unsigned long long generation;
26
+ @property (nonatomic) unsigned int currentInteractionOptions;
27
+ @property _Bool ancillary;
28
+ @property (readonly) _Bool backgroundInteractionAllowed;
29
+ @property (readonly) _Bool shouldBeCheckedForInterruptingElements;
30
+ @property (readonly) XCUIApplicationImpl *applicationImpl;
31
+ @property _Bool prefersPlatformLauncher;
32
+ @property (readonly) id <XCTRunnerAutomationSession> automationSession;
33
+ @property (readonly) id <XCUIDevice> device;
34
+ @property (readonly) id /*XCAccessibilityElement*/ accessibilityElement;
35
+ @property (nonatomic) int processID;
36
+ @property (readonly) NSString *bundleID;
37
+ @property (readonly) NSString *path;
38
+ @property (readonly) _Bool running;
39
+ @property (readonly) _Bool suspended;
40
+ @property (readonly) _Bool background;
41
+ @property (readonly) _Bool foreground;
42
+ @property (nonatomic) _Bool doesNotHandleUIInterruptions;
43
+ @property _Bool allowBackgroundInteraction;
44
+ @property (readonly) _Bool hasAutomationSession;
45
+ @property _Bool idleAnimationWaitEnabled;
46
+ @property (readonly) _Bool fauxCollectionViewCellsEnabled;
34
47
  #if !TARGET_OS_TV
35
- @property(readonly, nonatomic) UIInterfaceOrientation interfaceOrientation; //TODO tvos
48
+ @property (readonly, nonatomic) UIInterfaceOrientation interfaceOrientation;
36
49
  #endif
37
- @property(readonly, nonatomic) BOOL running;
38
- @property(nonatomic) pid_t processID; // @synthesize processID=_processID;
39
- @property(readonly) id/*XCAccessibilityElement*/ accessibilityElement;
50
+ @property (nonatomic) unsigned long long crashBehavior;
51
+ @property (readonly) unsigned long long hash;
52
+ @property (readonly) Class superclass;
53
+ @property (readonly, copy) NSString *description;
54
+ @property (readonly, copy) NSString *debugDescription;
40
55
 
41
- + (instancetype)applicationWithPID:(pid_t)processID;
42
- - (void)activate;
56
+ /* class methods */
57
+ + (id)keyPathsForValuesAffectingIsApplicationStateKnown;
58
+ + (id)keyPathsForValuesAffectingState;
59
+ + (id)keyPathsForValuesAffectingRunning;
60
+ + (id)keyPathsForValuesAffectingSuspended;
61
+ + (id)keyPathsForValuesAffectingBackground;
62
+ + (id)keyPathsForValuesAffectingForeground;
43
63
 
44
- - (void)dismissKeyboard;
45
- - (BOOL)setFauxCollectionViewCellsEnabled:(BOOL)arg1 error:(id *)arg2;
46
- - (void)_waitForViewControllerViewDidDisappearWithTimeout:(double)arg1;
47
- - (void)_waitForQuiescence;
48
- - (void)terminate;
49
- - (void)_launchUsingXcode:(BOOL)arg1;
50
- - (void)launch;
51
- - (id)application;
52
- - (id)description;
53
- - (id)lastSnapshot;
54
- - (XCUIElementQuery *)query;
64
+ /* instance methods */
65
+ - (id)initWithElementQuery:(id)query;
66
+ - (id)initWithBundleIdentifier:(id)identifier device:(id)device;
67
+ - (id)initWithApplicationSpecifier:(id)specifier device:(id)device;
68
+ - (id)initWithApplicationSpecifier:(id)specifier device:(id)device error:(id *)error;
69
+ - (id)initPrivateWithPath:(id)path bundleID:(id)id;
70
+ - (void)commonInitWithApplicationSpecifier:(id)specifier device:(id)device;
71
+ - (unsigned long long)elementType;
72
+ - (_Bool)resolveOrRaiseTestFailure:(_Bool)failure error:(id *)error;
55
73
  - (void)clearQuery;
56
- - (void)resolveHandleUIInterruption:(BOOL)arg1;
57
- - (id)initPrivateWithPath:(id)arg1 bundleID:(id)arg2;
58
- - (id)init;
74
+ - (id)query;
75
+ - (id)application;
76
+ - (id)currentProcess;
77
+ - (_Bool)exists;
78
+ - (void)resetAlertCount;
79
+ - (_Bool)isApplicationStateKnown;
80
+ - (id)_combinedLaunchArguments;
81
+ - (id)_combinedLaunchEnvironment;
82
+ - (void)launchWithoutAccessibility:(_Bool)accessibility;
83
+ - (void)_launchUsingXcode:(_Bool)xcode;
84
+ - (void)_launchUsingXcode:(_Bool)xcode withoutAccessibility:(_Bool)accessibility launchURL:(id)url;
85
+ - (void)_performWithInteractionOptions:(unsigned int)options block:(id /* block */)block;
86
+ - (void)_waitForQuiescence;
87
+ - (void)_waitForQuiescenceAsPreEvent:(_Bool)event;
88
+ - (_Bool)_waitForViewControllerViewDidDisappearWithTimeout:(double)timeout error:(id *)error;
89
+ - (id)viewDidAppearExpectationForViewControllerWithName:(id)name;
90
+ - (_Bool)setFauxCollectionViewCellsEnabled:(_Bool)enabled error:(id *)error;
91
+ - (void)dismissKeyboard;
92
+ - (id)diagnosticAttachmentsForError:(id)error;
93
+ - (unsigned long long)defaultCrashBehavior;
94
+ - (_Bool)isIdleAnimationWaitEnabled;
59
95
 
60
96
  @end
97
+
98
+ #endif /* XCUIApplication_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 XCUIApplicationAutomationSessionProviding_Protocol_h
8
+ #define XCUIApplicationAutomationSessionProviding_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIApplicationAutomationSessionProviding <NSObject>
13
+
14
+ @required
15
+
16
+ @property (readonly) long long applicationAutomationSessionSupport;
17
+
18
+ /* required instance methods */
19
+ - (void)requestAutomationSessionForTestTargetWithPID:(int)pid preferredBackendPath:(id)path reply:(id /* block */)reply;
20
+ - (void)requestUnsupportedBundleIdentifiersForAutomationSessions:(id /* block */)sessions;
21
+
22
+ @optional
23
+
24
+ @end
25
+
26
+ #endif /* XCUIApplicationAutomationSessionProviding_Protocol_h */
@@ -1,38 +1,90 @@
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
  //
7
+ #ifndef XCUIApplicationImpl_h
8
+ #define XCUIApplicationImpl_h
9
+ @import Foundation;
10
+ @import UIKit;
6
11
 
7
- #import <Foundation/Foundation.h>
12
+ #include "XCUIApplicationImplReporter-Protocol.h"
13
+ #include "XCUIApplicationProcessDelegate-Protocol.h"
14
+ #include "XCUIIssueDiagnosticsProviding-Protocol.h"
8
15
 
9
- @class NSString, XCUIApplicationProcess;
16
+ @class NSObject, NSString, XCAccessibilityElement, XCUIApplicationProcess, XCUIDevice;
17
+ @protocol XCUIDevice;
10
18
 
11
- @interface XCUIApplicationImpl : NSObject
12
- {
13
- NSString *_path;
14
- NSString *_bundleID;
15
- XCUIApplicationProcess *_currentProcess;
16
- }
19
+ @interface XCUIApplicationImpl : NSObject <XCUIApplicationProcessDelegate>
17
20
 
18
- @property(retain, nonatomic) XCUIApplicationProcess *currentProcess; // @synthesize currentProcess=_currentProcess;
19
- @property(readonly, copy) NSString *bundleID; // @synthesize bundleID=_bundleID;
20
- @property(readonly, copy) NSString *path; // @synthesize path=_path;
21
- @property(nonatomic) unsigned long long state;
22
- @property(nonatomic) int processID;
23
- @property(readonly) id/*XCAccessibilityElement*/ accessibilityElement;
21
+ @property _Bool hasValidAlertCount;
22
+ @property _Bool previousOnDemandAutomationSessionRequestFailed;
23
+ @property int terminatingPID;
24
+ @property _Bool isTestDependency;
25
+ @property (retain) id <XCUIApplicationImplReporter> issueReporter;
26
+ @property (readonly, copy) NSString *path;
27
+ @property (readonly, copy) NSString *bundleID;
28
+ @property (nonatomic) int processID;
29
+ @property (nonatomic) unsigned long long state;
30
+ @property (readonly) _Bool running;
31
+ @property (readonly) _Bool suspended;
32
+ @property (readonly) _Bool background;
33
+ @property (readonly) _Bool foreground;
34
+ @property (readonly) _Bool activated;
35
+ @property (retain, nonatomic) XCUIApplicationProcess *currentProcess;
36
+ @property (readonly) id <XCUIIssueDiagnosticsProviding> diagnosticsProvider;
37
+ @property (readonly) id <XCUIDevice> device;
38
+ @property (readonly) id /*XCAccessibilityElement*/ accessibilityElement;
39
+ @property _Bool codeCoverageEnabled;
40
+ @property (readonly) unsigned long long alertCount;
41
+ @property (nonatomic) unsigned long long crashBehavior;
42
+ @property (readonly) Class superclass;
43
+ @property (readonly, copy) NSString *description;
44
+ @property (readonly, copy) NSString *debugDescription;
24
45
 
25
- - (instancetype)initWithPath:(id)arg1 bundleID:(id)arg2;
46
+ /* class methods */
47
+ + (id)keyPathsForValuesAffectingHasCurrentProcess;
48
+ + (id)keyPathsForValuesAffectingState;
49
+ + (id)keyPathsForValuesAffectingRunning;
50
+ + (id)keyPathsForValuesAffectingSuspended;
51
+ + (id)keyPathsForValuesAffectingBackground;
52
+ + (id)keyPathsForValuesAffectingForeground;
53
+ + (id)keyPathsForValuesAffectingActivated;
54
+ + (id)keyPathsForValuesAffectingCurrentProcessAccessibilityActive;
26
55
 
27
- - (void)launchWithArguments:(id)arg1 environment:(id)arg2 usingXcode:(BOOL)arg3;
28
- - (void)handleCrashUnderSymbol:(id)arg1;
56
+ /* instance methods */
57
+ - (id)initWithPath:(id)path bundleID:(id)id device:(id)device;
58
+ - (id)initWithPath:(id)path bundleID:(id)id device:(id)device isTestDependency:(_Bool)dependency;
59
+ - (id)initWithPath:(id)path bundleID:(id)id device:(id)device isTestDependency:(_Bool)dependency issueReporter:(id)reporter;
60
+ - (id)initWithPath:(id)path bundleID:(id)id;
61
+ - (id)compactDescription;
62
+ - (_Bool)hasCurrentProcess;
63
+ - (_Bool)waitForState:(unsigned long long)state timeout:(double)timeout;
64
+ - (void)resetAlertCount;
65
+ - (void)_awaitValidCurrentProcess;
66
+ - (void)serviceOpenRequest:(id)request;
67
+ - (void)_activate;
68
+ - (void)_activateForPlatform;
69
+ - (void)applicationProcessAutomationSessionRequestFailed:(id)failed;
70
+ - (_Bool)applicationProcessShouldRequestAutomationSession:(id)session;
71
+ - (_Bool)shouldDetectRuntimeIssues;
72
+ - (void)applicationProcessDidLoadAutomationSession:(id)session;
73
+ - (_Bool)shouldWaitForAutomationSessionWhenUsingPlatformLauncher:(_Bool)launcher;
74
+ - (void)_launchWithRequest:(id)request;
75
+ - (void)_waitForLaunchProgressWithToken:(id)token;
76
+ - (void)_launchUsingXcodeWithArguments:(id)arguments environment:(id)environment launchURL:(id)url;
77
+ - (void)_launchUsingPlatformWithArguments:(id)arguments environment:(id)environment launchURL:(id)url;
78
+ - (void)_waitForValidPID;
79
+ - (_Bool)currentProcessAccessibilityActive;
80
+ - (void)waitForAccessibilityActive;
81
+ - (id)_activationExpectation;
82
+ - (void)_waitOnActivationExpectation:(id)expectation;
29
83
  - (void)terminate;
30
-
31
- - (void)waitForViewControllerViewDidDisappearWithTimeout:(double)arg1;
32
-
33
- - (void)_waitForRunningActive;
34
- - (void)_launchUsingPlatformWithArguments:(id)arg1 environment:(id)arg2;
35
- - (void)_launchUsingXcodeWithArguments:(id)arg1 environment:(id)arg2;
36
- - (void)_waitForLaunchProgress;
84
+ - (void)handleCrashUnderSymbol:(id)symbol;
85
+ - (_Bool)waitForViewControllerViewDidDisappearWithTimeout:(double)timeout error:(id *)error;
86
+ - (void)resetAuthorizationStatusForResource:(long long)resource;
37
87
 
38
88
  @end
89
+
90
+ #endif /* XCUIApplicationImpl_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 XCUIApplicationImplReporter_Protocol_h
8
+ #define XCUIApplicationImplReporter_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIApplicationImplReporter
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (void)reportFailureWithTestInterruptionWithMessage:(id)message;
18
+ - (void)reportFailureWithMessage:(id)message;
19
+ - (void)reportErrorWithMessage:(id)message;
20
+ - (void)reportWarningWithMessage:(id)message;
21
+
22
+ @optional
23
+
24
+ @end
25
+
26
+ #endif /* XCUIApplicationImplReporter_Protocol_h */
@@ -0,0 +1,23 @@
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 XCUIApplicationManaging_Protocol_h
8
+ #define XCUIApplicationManaging_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIApplicationManaging <NSObject>
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (void)launchProcessWithPath:(id)path bundleID:(id)id arguments:(id)arguments environmentVariables:(id)variables completion:(id /* block */)completion;
18
+
19
+ @optional
20
+
21
+ @end
22
+
23
+ #endif /* XCUIApplicationManaging_Protocol_h */
@@ -0,0 +1,43 @@
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 XCUIApplicationMonitor_Protocol_h
8
+ #define XCUIApplicationMonitor_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ #include "XCUIApplicationPlatformServicesProviderDelegate-Protocol.h"
13
+ #include "XCUIApplicationProcessTracker-Protocol.h"
14
+ @class NSSet, XCUIApplicationRegistry;
15
+
16
+ @protocol XCUIApplicationMonitor <NSObject, XCUIApplicationProcessTracker, XCUIApplicationPlatformServicesProviderDelegate>
17
+
18
+ @required
19
+
20
+ @property (readonly) _Bool providesClientStateUpdates;
21
+ @property (retain) XCUIApplicationRegistry *applicationRegistry;
22
+ @property (readonly) NSSet *unsupportedBundleIdentifiersForAutomationSessions;
23
+
24
+ /* required instance methods */
25
+ - (void)replacePlatformServicesProvider:(id)provider;
26
+ - (void)resetTrackedAppStates;
27
+ - (void)crashInProcessWithBundleID:(id)id path:(id)path pid:(int)pid symbol:(id)symbol;
28
+ - (void)stopTrackingProcessWithToken:(id)token;
29
+ - (void)processWithToken:(id)token exitedWithStatus:(int)status;
30
+ - (id)applicationImplementationForApplicationAtPath:(id)path bundleID:(id)id isTestDependency:(_Bool)dependency;
31
+ - (void)terminateApplicationProcess:(id)process withToken:(id)token;
32
+ - (void)launchRequestedForApplicationProcess:(id)process;
33
+ - (void)terminationTrackedForApplicationProcess:(id)process;
34
+ - (void)waitForUnrequestedTerminationOfLaunchedApplicationsWithTimeout:(double)timeout;
35
+ - (void)acquireBackgroundAssertionForPID:(int)pid reply:(id /* block */)reply;
36
+ - (void)retainApplicationProcessUntilCrashHandlingWithPID:(int)pid;
37
+ - (void)resetMonitoredApplicationsForCrashes;
38
+
39
+ @optional
40
+
41
+ @end
42
+
43
+ #endif /* XCUIApplicationMonitor_Protocol_h */
@@ -0,0 +1,34 @@
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 XCUIApplicationOpenRequest_h
8
+ #define XCUIApplicationOpenRequest_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSArray, NSDictionary, NSObject, NSURL;
13
+
14
+ @interface XCUIApplicationOpenRequest : NSObject
15
+
16
+ @property _Bool activateIfRunning;
17
+ @property _Bool terminateIfRunning;
18
+ @property _Bool usePlatformLauncher;
19
+ @property _Bool disableAccessibility;
20
+ @property (copy) NSArray *launchArguments;
21
+ @property (copy) NSDictionary *environmentVariables;
22
+ @property (retain) NSURL *launchUrl;
23
+
24
+ /* class methods */
25
+ + (id)launchRequestWithLaunchArguments:(id)arguments environmentVariables:(id)variables usePlatformLauncher:(_Bool)launcher;
26
+ + (id)launchRequestWithLaunchArguments:(id)arguments environmentVariables:(id)variables launchURL:(id)url usePlatformLauncher:(_Bool)launcher disableAccessibility:(_Bool)accessibility;
27
+ + (id)activationRequestWithLaunchArguments:(id)arguments environmentVariables:(id)variables usePlatformLauncher:(_Bool)launcher;
28
+ + (id)activationRequestFromLaunchRequest:(id)request;
29
+
30
+ /* instance methods */
31
+
32
+ @end
33
+
34
+ #endif /* XCUIApplicationOpenRequest_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 XCUIApplicationPlatformServicesProviderDelegate_Protocol_h
8
+ #define XCUIApplicationPlatformServicesProviderDelegate_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIApplicationPlatformServicesProviderDelegate <NSObject>
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (void)updatedApplicationStateSnapshot:(id)snapshot;
18
+ - (void)updatedDeviceOrientation:(long long)orientation;
19
+ - (void)updatedInterfaceOrientation:(long long)orientation;
20
+
21
+ @optional
22
+
23
+ @end
24
+
25
+ #endif /* XCUIApplicationPlatformServicesProviderDelegate_Protocol_h */
@@ -1,85 +1,105 @@
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
  //
7
+ #ifndef XCUIApplicationProcess_h
8
+ #define XCUIApplicationProcess_h
9
+ @import Foundation;
10
+ @import UIKit;
6
11
 
7
- #import <Foundation/Foundation.h>
12
+ #include "XCTElementSnapshotAttributeDataSource-Protocol.h"
13
+ #include "XCTRunnerAutomationSession-Protocol.h"
14
+ #include "XCUIApplicationProcessDelegate-Protocol.h"
15
+ #include "XCUIIssueDiagnosticsProviding-Protocol.h"
8
16
 
9
- #import <WebDriverAgentLib/CDStructures.h>
17
+ @class NSObject, NSString, XCAccessibilityElement, XCElementSnapshot, XCTFuture, XCUIDevice;
18
+ @protocol OS_dispatch_queue, XCUIDevice;
10
19
 
11
- @class XCAXClient_iOS;
12
- @class XCApplicationMonitor;
13
- @class XCUIApplicationImpl;
14
- @protocol XCTestManager_IDEInterface;
15
- @protocol XCTRunnerAutomationSession;
16
-
17
- @interface XCUIApplicationProcess : NSObject
18
- {
20
+ @interface XCUIApplicationProcess : NSObject <XCTElementSnapshotAttributeDataSource, XCUIIssueDiagnosticsProviding> {
21
+ /* instance variables */
19
22
  NSObject<OS_dispatch_queue> *_queue;
20
- BOOL _accessibilityActive;
21
- unsigned long long _applicationState;
22
- int _processID;
23
- id _token;
24
- int _exitCode;
25
- BOOL _eventLoopHasIdled;
26
- BOOL _hasReceivedEventLoopHasIdled;
27
- BOOL _animationsHaveFinished;
28
- BOOL _hasReceivedAnimationsHaveFinished;
29
- BOOL _hasExitCode;
30
- BOOL _hasCrashReport;
31
- NSString *_bundleID;
32
- XCUIApplicationImpl *_applicationImplementation;
33
- id <XCTRunnerAutomationSession> _automationSession;
34
- id/*XCElementSnapshot*/ _lastSnapshot;
35
- XCApplicationMonitor *_applicationMonitor;
36
- XCAXClient_iOS *_AXClient_iOS;
37
23
  }
38
24
 
39
- + (BOOL)automaticallyNotifiesObserversForKey:(id)arg1;
40
- @property XCAXClient_iOS *AXClient_iOS; // @synthesize AXClient_iOS=_AXClient_iOS;
41
- // Since Xcode 10
42
- @property(retain) id/*XCElementSnapshot*/ lastSnapshot; // @synthesize lastSnapshot=_lastSnapshot;
43
- @property XCApplicationMonitor *applicationMonitor; // @synthesize applicationMonitor=_applicationMonitor;
44
- @property(retain) id <XCTRunnerAutomationSession> automationSession; // @synthesize automationSession=_automationSession;
45
- @property BOOL hasCrashReport; // @synthesize hasCrashReport=_hasCrashReport;
46
- @property BOOL hasExitCode; // @synthesize hasExitCode=_hasExitCode;
47
- @property BOOL hasReceivedAnimationsHaveFinished;
48
- @property BOOL animationsHaveFinished;
49
- @property BOOL hasReceivedEventLoopHasIdled;
50
- @property BOOL eventLoopHasIdled;
25
+ @property _Bool eventLoopHasIdled;
26
+ @property _Bool animationsHaveFinished;
27
+ @property (readonly) XCTFuture *automationSessionFuture;
28
+ @property (readonly, copy, nonatomic) NSString *path;
29
+ @property (readonly, copy, nonatomic) NSString *bundleID;
30
+ @property (nonatomic) int processID;
31
+ @property (readonly, getter=isProcessIDValid) _Bool processIDValid;
32
+ @property (nonatomic) unsigned long long applicationState;
33
+ @property unsigned int interactionOptions;
34
+ @property (readonly) _Bool shouldSkipPreEventQuiescence;
35
+ @property (readonly) _Bool shouldSkipPostEventQuiescence;
36
+ @property (readonly) _Bool running;
37
+ @property (readonly) _Bool suspended;
38
+ @property (readonly) _Bool background;
39
+ @property (readonly) _Bool foreground;
40
+ @property (nonatomic) _Bool accessibilityActive;
41
+ @property (retain) id token;
51
42
  @property int exitCode;
52
- @property(retain) id token;
53
- @property(nonatomic) int processID;
54
- // Since Xcode 10.2
55
- @property(readonly, copy, nonatomic) NSString *bundleID; // @synthesize bundleID=_bundleID;
56
- @property(readonly) BOOL running;
57
- @property XCUIApplicationImpl *applicationImplementation; // @synthesize applicationImplementation=_applicationImplementation;
58
- @property(nonatomic) unsigned long long applicationState;
59
- @property(nonatomic) BOOL accessibilityActive;
60
- @property(readonly, copy) id/*XCAccessibilityElement*/ accessibilityElement;
61
-
62
- - (id)init;
63
- - (id)initWithApplicationMonitor:(id)arg1 AXInterface:(id)arg2;
64
-
65
- - (void)terminate;
66
- - (void)waitForViewControllerViewDidDisappearWithTimeout:(double)arg1;
67
- - (void)waitForAutomationSession;
68
- // Before Xcode16-beta5
69
- - (void)waitForQuiescenceIncludingAnimationsIdle:(BOOL)arg1;
70
- // Since Xcode16-beta5
71
- - (void)waitForQuiescenceIncludingAnimationsIdle:(BOOL)arg1 isPreEvent:(BOOL)arg2;
43
+ @property _Bool hasExitCode;
44
+ @property _Bool hasCrashReport;
45
+ @property (nonatomic) _Bool mayTerminateOutOfBandWithoutCrashReport;
46
+ @property _Bool shouldContinueMonitoringAfterExit;
47
+ @property (retain, nonatomic) id <XCTRunnerAutomationSession> automationSession;
48
+ @property (readonly) id <XCTRunnerAutomationSession> automationSessionNonBlocking;
49
+ @property (retain) id/*XCElementSnapshot*/ lastSnapshot;
50
+ @property (readonly, copy) NSString *shortDescription;
51
+ @property (readonly, copy) id /*XCAccessibilityElement*/ accessibilityElement;
52
+ @property (readonly) unsigned long long alertCount;
53
+ @property (readonly) id <XCUIDevice> device;
54
+ @property (readonly) id <XCUIApplicationProcessDelegate> delegate;
55
+ @property (readonly) _Bool allowsRemoteAccess;
56
+ @property (readonly) _Bool supportsHostedViewCoordinateTransformations;
57
+ @property (readonly) _Bool usePointTransformationsForFrameConversions;
58
+ @property (readonly) _Bool hasBannerNotificationIsStickyAttribute;
59
+ @property (readonly) _Bool providesValuesForPrivilegedAttributes;
60
+ @property (readonly) Class superclass;
61
+ @property (readonly, copy) NSString *description;
62
+ @property (readonly, copy) NSString *debugDescription;
72
63
 
64
+ /* class methods */
65
+ + (id)keyPathsForValuesAffectingIsApplicationStateKnown;
66
+ + (id)keyPathsForValuesAffectingRunning;
67
+ + (id)keyPathsForValuesAffectingSuspended;
68
+ + (id)keyPathsForValuesAffectingBackground;
69
+ + (id)keyPathsForValuesAffectingForeground;
70
+ + (id)keyPathsForValuesAffectingIsProcessIDValid;
71
+ + (_Bool)automaticallyNotifiesObserversForKey:(id)key;
72
+ + (id)keyPathsForValuesAffectingIsQuiescent;
73
73
 
74
- - (id)shortDescription;
74
+ /* instance methods */
75
+ - (id)initWithPath:(id)path bundleID:(id)id device:(id)device delegate:(id)delegate;
76
+ - (id)initWithBundleID:(id)id device:(id)device delegate:(id)delegate;
75
77
  - (id)_queue_description;
76
-
77
- // Gone with iOS 10.3
78
- - (void)waitForQuiescence;
79
-
80
- // Since Xcode 10.2
81
- - (void)_notifyWhenAnimationsAreIdle:(void (^)(id, void *))arg1;
78
+ - (void)_awaitKnownApplicationState;
79
+ - (_Bool)isApplicationStateKnown;
80
+ - (void)incrementAlertCount;
81
+ - (void)resetAlertCount;
82
+ - (void)_notifyWhenMainRunLoopIsIdle:(id /* block */)idle;
82
83
  - (_Bool)_supportsAnimationsIdleNotifications;
83
- - (void)_notifyWhenMainRunLoopIsIdle:(void (^)(id, void *))arg1;
84
+ - (void)_notifyWhenAnimationsAreIdle:(id /* block */)idle;
85
+ - (id)_makeQuiescenceExpectation;
86
+ - (void)waitForQuiescenceIncludingAnimationsIdle:(_Bool)idle;
87
+ - (void)waitForQuiescenceIncludingAnimationsIdle:(_Bool)idle isPreEvent:(_Bool)event;
88
+ - (void)waitForQuiescenceIncludingAnimationsIdle:(_Bool)idle usingActivity:(_Bool)activity isPreEvent:(_Bool)event;
89
+ - (void)_initiateQuiescenceChecksIncludingAnimationsIdle:(_Bool)idle;
90
+ - (_Bool)isQuiescent;
91
+ - (void)waitForAutomationSession;
92
+ - (id)_queue_automationSessionFuture;
93
+ - (void)acquireBackgroundAssertion;
94
+ - (_Bool)waitForViewControllerViewDidDisappearWithTimeout:(double)timeout error:(id *)error;
95
+ - (_Bool)terminate:(id *)terminate;
96
+ - (id)_underlyingDataSourceForElement:(id)element;
97
+ - (id)attributesForElement:(id)element attributes:(id)attributes error:(id *)error;
98
+ - (id)valuesForPrivilegedAttributes:(id)attributes forElement:(id)element error:(id *)error;
99
+ - (id)parameterizedAttribute:(id)attribute forElement:(id)element parameter:(id)parameter error:(id *)error;
100
+ - (_Bool)isMacCatalystForPID:(int)pid;
101
+ - (id)diagnosticAttachmentsForError:(id)error;
84
102
 
85
103
  @end
104
+
105
+ #endif /* XCUIApplicationProcess_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 XCUIApplicationProcessDelegate_Protocol_h
8
+ #define XCUIApplicationProcessDelegate_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol XCUIApplicationProcessDelegate <NSObject>
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (_Bool)applicationProcessShouldRequestAutomationSession:(id)session;
18
+ - (void)applicationProcessAutomationSessionRequestFailed:(id)failed;
19
+ - (void)applicationProcessDidLoadAutomationSession:(id)session;
20
+
21
+ @optional
22
+
23
+ @end
24
+
25
+ #endif /* XCUIApplicationProcessDelegate_Protocol_h */