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
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [16.1.6](https://github.com/appium/WebDriverAgent/compare/v16.1.5...v16.1.6) (2026-08-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ * Update PrivateHeaders/XCTest to modern Xcode private API surface ([#1202](https://github.com/appium/WebDriverAgent/issues/1202)) ([ad92558](https://github.com/appium/WebDriverAgent/commit/ad925582432262886852fde9d13fc4959678d44a))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * rename safe occurrences of JWProxy ([#1201](https://github.com/appium/WebDriverAgent/issues/1201)) ([0387506](https://github.com/appium/WebDriverAgent/commit/0387506df19700a41ac27bb8dbdcc6e19b7eabbe))
10
+
11
+ ## [16.1.5](https://github.com/appium/WebDriverAgent/compare/v16.1.4...v16.1.5) (2026-08-05)
12
+
13
+ ### Bug Fixes
14
+
15
+ * Update various consumers to properly use cached snapshots ([#1198](https://github.com/appium/WebDriverAgent/issues/1198)) ([bed67cc](https://github.com/appium/WebDriverAgent/commit/bed67ccf6a1375f1d1164d7a2ef18d10ac44f632))
16
+
1
17
  ## [16.1.4](https://github.com/appium/WebDriverAgent/compare/v16.1.3...v16.1.4) (2026-08-04)
2
18
 
3
19
  ### Bug Fixes
@@ -1,29 +1,3 @@
1
- //
2
- // Generated by class-dump 3.5 (64 bit).
3
- //
4
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
5
- //
6
-
7
- #pragma mark Blocks
8
-
9
- typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
10
-
11
- typedef struct {
12
- unsigned int _field1;
13
- unsigned int _field2;
14
- unsigned int _field3;
15
- unsigned int _field4;
16
- unsigned int _field5;
17
- unsigned int _field6;
18
- unsigned int _field7;
19
- } CDStruct_a561fd19;
20
-
21
- typedef struct {
22
- unsigned short _field1;
23
- unsigned short _field2;
24
- unsigned short _field3[1];
25
- } CDStruct_27a325c0;
26
-
27
1
  #pragma clang diagnostic push
28
2
  #pragma clang diagnostic ignored "-Wreserved-identifier"
29
3
  int _XCTSetApplicationStateTimeout(double timeout);
@@ -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 NSFastEnumeration_Protocol_h
8
+ #define NSFastEnumeration_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @protocol NSFastEnumeration
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (unsigned long long)countByEnumeratingWithState:(struct { unsigned long long x0; id *x1; unsigned long long *x2; unsigned long long x3[5]; } *)state objects:(id *)objects count:(unsigned long long)count;
18
+
19
+ @optional
20
+
21
+ @end
22
+
23
+ #endif /* NSFastEnumeration_Protocol_h */
@@ -1,55 +1,91 @@
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 XCAXClient_iOS_h
8
+ #define XCAXClient_iOS_h
9
+ @import Foundation;
10
+ @import UIKit;
6
11
 
7
- #import <WebDriverAgentLib/CDStructures.h>
8
- #import <CoreGraphics/CoreGraphics.h>
12
+ #include "XCUIAccessibilityInterface-Protocol.h"
13
+ #include "XCUIApplicationProcessTracker-Protocol.h"
14
+ #include "XCUIRemoteAccessibilityInterface-Protocol.h"
9
15
 
10
- @class NSMutableDictionary;
16
+ @class NSArray, NSMutableDictionary, NSObject, NSString, XCAccessibilityElement, XCUIDevice;
17
+ @protocol OS_dispatch_queue, XCUIDevice;
11
18
 
12
- @interface XCAXClient_iOS : NSObject
13
- {
14
- NSMutableDictionary *_userTestingNotificationHandlers;
15
- NSMutableDictionary *_cacheAccessibilityLoadedValuesForPIDs;
16
- unsigned long long *_alertNotificationCounter;
17
- }
18
- @property double AXTimeout;
19
+ @interface XCAXClient_iOS : NSObject <XCUIAccessibilityInterface>
19
20
 
20
- // Added since Xcode 10.2
21
- @property(readonly) id applicationProcessTracker;
21
+ @property (retain) NSObject<OS_dispatch_queue> *queue;
22
+ @property (readonly) id <XCUIApplicationProcessTracker> applicationProcessTracker;
23
+ @property (readonly) id <XCUIRemoteAccessibilityInterface> remoteAccessibilityInterface;
24
+ @property (readonly) NSMutableDictionary *userTestingNotificationHandlers;
25
+ @property (readonly) NSMutableDictionary *oneShotUserTestingNotificationHandlers;
26
+ @property (readonly) NSMutableDictionary *cachedAccessibilityLoadedValuesForPIDs;
27
+ @property (readonly) _Bool cachedSystemAppIsLoadedNotificationValue;
28
+ @property (readonly, weak) id <XCUIDevice> device;
29
+ @property double AXTimeout;
30
+ @property (readonly) _Bool supportsAnimationsInactiveNotifications;
31
+ @property (readonly) NSArray *activeForegroundApplications;
32
+ @property (readonly, nonatomic) XCAccessibilityElement *systemApplication;
33
+ @property (readonly) Class superclass;
34
+ @property (readonly, copy) NSString *description;
35
+ @property (readonly, copy) NSString *debugDescription;
36
+ @property (readonly) _Bool axNotificationsIncludeElement;
37
+ @property (readonly) _Bool allowsRemoteAccess;
38
+ @property (readonly) _Bool supportsHostedViewCoordinateTransformations;
39
+ @property (readonly) _Bool usePointTransformationsForFrameConversions;
40
+ @property (readonly) _Bool hasBannerNotificationIsStickyAttribute;
41
+ @property (readonly) _Bool providesValuesForPrivilegedAttributes;
22
42
 
23
- - (BOOL)_setAXTimeout:(double)arg1 error:(NSError **)arg2;
24
- - (NSData *)screenshotData;
25
- - (BOOL)performAction:(int)arg1 onElement:(id)arg2 value:(id)arg3 error:(id *)arg4;
26
- - (id)parameterizedAttributeForElement:(id)arg1 attribute:(id)arg2 parameter:(id)arg3;
27
- - (BOOL)setAttribute:(id)arg1 value:(id)arg2 element:(id)arg3 outError:(id *)arg4;
28
- // since Xcode10
29
- - (id)attributesForElement:(id)arg1 attributes:(id)arg2 error:(id *)arg3;
30
- - (id)attributesForElementSnapshot:(id)arg1 attributeList:(id)arg2;
31
- - (id)snapshotForApplication:(id)arg1 attributeList:(id)arg2 parameters:(id)arg3;
43
+ /* instance methods */
44
+ - (id)initWithApplicationProcessTracker:(id)tracker remoteAccessibilityInterface:(id)interface device:(id)device;
45
+ - (_Bool)_loadAccessibility:(id *)accessibility;
46
+ - (_Bool)_unloadAccessibility:(id *)accessibility;
47
+ - (_Bool)_registerForAXNotification:(int)axnotification error:(id *)error;
48
+ - (_Bool)isAccessibilitySupported;
49
+ - (_Bool)loadAccessibility:(id *)accessibility;
50
+ - (_Bool)unloadAccessibility:(id *)accessibility;
51
+ - (_Bool)isValidElement:(id)element;
52
+ - (_Bool)enableFauxCollectionViewCells:(id *)cells;
53
+ - (id)activeApplications;
54
+ - (_Bool)cachedAccessibilityLoadedValueForPID:(int)pid;
55
+ - (_Bool)cachedSystemAppIsLoaded;
56
+ - (id)hitTestElement:(id)element withPoint:(CGPoint)point error:(id *)error;
57
+ - (void)_handleUserTestingNotificationFromElement:(id)element withPayload:(id)payload;
58
+ - (id)_addUserTestNotificationHandler:(id /* block */)handler;
59
+ - (void)_removeUserTestNotificationHandlerForToken:(id)token;
60
+ - (void)notifyOnNextOccurrenceOfUserTestingEvent:(id)event handler:(id /* block */)handler;
61
+ - (void)handleAccessibilityNotification:(int)notification fromElement:(id)element payload:(id)payload;
62
+ - (_Bool)isMacCatalystForPID:(int)pid;
63
+ - (void)waitForQuiescenceOnAllForegroundApplicationsAsPreEvent:(_Bool)event;
64
+ - (id)_activeForegroundApplicationsWithPotentiallyInterruptingUI;
65
+ - (id)_hittableElementsInSnapshots:(id)snapshots;
66
+ - (id)_snapshotsForInterruptingElementsPresentedByApplication:(id)application interuptedSnapshotFrame:(CGRect)frame;
67
+ - (void)notifyWhenEventLoopIsIdleForApplication:(id)application reply:(id /* block */)reply;
68
+ - (void)notifyWhenNoAnimationsAreActiveForApplication:(id)application reply:(id /* block */)reply;
69
+ - (id)viewDidAppearExpectationForElement:(id)element viewControllerName:(id)name;
70
+ - (void)notifyWhenViewControllerViewDidDisappearReply:(id /* block */)reply;
32
71
  - (id)defaultParameters;
33
- - (id)defaultAttributes;
34
- - (void)notifyWhenViewControllerViewDidDisappearReply:(CDUnknownBlockType)arg1;
35
- - (void)notifyWhenViewControllerViewDidAppearReply:(CDUnknownBlockType)arg1;
36
- - (void)notifyWhenNoAnimationsAreActiveForApplication:(id)arg1 reply:(CDUnknownBlockType)arg2;
37
- - (void)notifyWhenEventLoopIsIdleForApplication:(id)arg1 reply:(CDUnknownBlockType)arg2;
38
- - (id)interruptingUIElementAffectingSnapshot:(id)arg1;
39
- - (void)handleAccessibilityNotification:(int)arg1 withPayload:(id)arg2;
40
- - (void)notifyOnNextOccurrenceOfUserTestingEvent:(id)arg1 handler:(CDUnknownBlockType)arg2;
41
- - (void)handleUserTestingNotification:(id)arg1;
42
- - (id)elementAtPoint:(CGPoint)arg1 error:(id *)arg2;
43
- - (BOOL)cachedAccessibilityLoadedValueForPID:(int)arg1;
44
- - (NSArray/*XCAccessibilityElement*/ *)activeApplications;
45
- - (id)systemApplication;
46
- - (BOOL)enableFauxCollectionViewCells:(id *)arg1;
47
- - (BOOL)loadAccessibility:(id *)arg1;
48
- - (BOOL)_registerForAXNotification:(int)arg1 error:(id *)arg2;
49
- - (BOOL)_loadAccessibility:(id *)arg1;
50
- // Since Xcode 11
51
- - (id)requestSnapshotForElement:(id/*XCAccessibilityElement*/)arg1 attributes:(id)arg2 parameters:(id)arg3 error:(NSError **)arg4;
52
-
53
- - (id)init;
72
+ - (id)runAccessibilityAuditForApplication:(id)application withConfiguration:(id)configuration error:(id *)error;
73
+ - (id)requestSnapshotForElement:(id)element attributes:(id)attributes parameters:(id)parameters error:(id *)error;
74
+ - (id)attributesForElement:(id)element attributes:(id)attributes error:(id *)error;
75
+ - (id)valuesForPrivilegedAttributes:(id)attributes forElement:(id)element error:(id *)error;
76
+ - (_Bool)setAttribute:(id)attribute value:(id)value element:(id)element outError:(id *)error;
77
+ - (id)parameterizedAttribute:(id)attribute forElement:(id)element parameter:(id)parameter error:(id *)error;
78
+ - (_Bool)performAction:(id)action onElement:(id)element value:(id)value error:(id *)error;
79
+ - (id)localizableStringsDataForActiveApplications;
80
+ - (_Bool)_setAXTimeout:(double)axtimeout error:(id *)error;
81
+ - (void)registerForAXNotificationsForApplicationWithPID:(int)pid timeout:(double)timeout completion:(id /* block */)completion;
82
+ - (void)unregisterForAXNotificationsForApplicationWithPID:(int)pid;
83
+ - (id)addObserverForAXNotification:(id)axnotification handler:(id /* block */)handler;
84
+ - (void)removeObserver:(id)observer forAXNotification:(id)axnotification;
85
+ - (void)performWhenMenuOpens:(id)opens block:(id /* block */)block;
86
+ - (id)accessibilityElementForElementAtPoint:(CGPoint)point error:(id *)error;
87
+ - (void)handleAccessibilityNotification:(id)notification element:(id)element userInfo:(id)info;
54
88
 
55
89
  @end
90
+
91
+ #endif /* XCAXClient_iOS_h */
@@ -1,23 +1,30 @@
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 XCApplicationQuery_h
8
+ #define XCApplicationQuery_h
9
+ @import Foundation;
10
+ @import UIKit;
6
11
 
7
- #import <XCTest/XCUIElementQuery.h>
12
+ #include "XCUIElementQuery.h"
8
13
 
9
- @class XCUIApplication;
14
+ @class XCElementSnapshot, XCUIApplication, XCUIElementQuery;
10
15
 
11
- @interface XCApplicationQuery : XCUIElementQuery
12
- {
16
+ @interface XCApplicationQuery : XCUIElementQuery {
17
+ /* instance variables */
13
18
  XCUIApplication *_application;
14
- id/*XCElementSnapshot*/ _lastSnapshot;
15
19
  }
16
20
 
17
- @property(retain) id/*XCElementSnapshot*/ lastSnapshot; // @synthesize lastSnapshot=_lastSnapshot;
18
- - (id)matchingSnapshotsWithError:(id *)arg1;
19
- - (id)application;
20
- - (id)initWithApplication:(id)arg1;
21
+ @property (retain) id/*XCElementSnapshot*/ lastSnapshot;
21
22
 
23
+ /* instance methods */
24
+ - (void)dealloc;
25
+ - (id)initWithApplication:(id)application;
26
+ - (id)application;
22
27
 
23
28
  @end
29
+
30
+ #endif /* XCApplicationQuery_h */
@@ -1,11 +1,23 @@
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
- @class NSString;
7
+ #ifndef XCDebugLogDelegate_Protocol_h
8
+ #define XCDebugLogDelegate_Protocol_h
9
+ @import Foundation;
10
+ @import UIKit;
8
11
 
9
12
  @protocol XCDebugLogDelegate <NSObject>
10
- - (void)logDebugMessage:(NSString *)arg1;
13
+
14
+ @required
15
+
16
+ /* required instance methods */
17
+ - (void)logDebugMessage:(NSString *)message;
18
+
19
+ @optional
20
+
11
21
  @end
22
+
23
+ #endif /* XCDebugLogDelegate_Protocol_h */
@@ -1,30 +1,63 @@
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 XCPointerEvent_h
8
+ #define XCPointerEvent_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSObject, NSString;
6
13
 
7
14
  @interface XCPointerEvent : NSObject <NSSecureCoding>
8
- {
9
- unsigned long long _eventType;
10
- unsigned long long _buttonType;
11
- double _pressure;
12
- double _offset;
13
- struct CGPoint _coordinate;
14
- }
15
- @property double offset; // @synthesize offset=_offset;
16
- @property double pressure; // @synthesize pressure=_pressure;
17
- @property struct CGPoint coordinate; // @synthesize coordinate=_coordinate;
18
- @property unsigned long long buttonType; // @synthesize buttonType=_buttonType;
19
- @property unsigned long long eventType; // @synthesize eventType=_eventType;
20
15
 
21
- + (CDUnknownBlockType)offsetComparator;
22
- + (id)pointerEventWithType:(unsigned long long)arg1 buttonType:(unsigned long long)arg2 coordinate:(struct CGPoint)arg3 pressure:(double)arg4 offset:(double)arg5;
23
- + (id)pointerEventWithType:(unsigned long long)arg1 buttonType:(unsigned long long)arg2 coordinate:(struct CGPoint)arg3 offset:(double)arg4;
24
- // available since Xcode 10.2
25
- + (id)keyboardEventForKeyCode:(unsigned long long)arg1 keyPhase:(unsigned long long)arg2 modifierFlags:(unsigned long long)arg3 offset:(double)arg4;
16
+ @property unsigned long long eventType;
17
+ @property unsigned long long buttonType;
18
+ @property CGPoint coordinate;
19
+ @property CGPoint destination;
20
+ @property double pressure;
21
+ @property unsigned long long gestureStage;
22
+ @property double offset;
23
+ @property CGVector deltaVector;
24
+ @property double duration;
25
+ @property long long verticalLineScroll;
26
+ @property unsigned long long clickCount;
27
+ @property unsigned long long keyModifierFlags;
28
+ @property _Bool mergeModifierFlagsWithCurrentFlags;
29
+ @property (copy) NSString *key;
30
+ @property (copy) NSString *string;
31
+ @property unsigned long long typingSpeed;
32
+ @property _Bool shouldRedact;
33
+ @property unsigned long long keyCode;
34
+ @property unsigned long long keyPhase;
35
+ @property unsigned long long gesturePhase;
36
+ @property unsigned long long deviceID;
26
37
 
38
+ /* class methods */
39
+ + (_Bool)supportsSecureCoding;
40
+ + (id)scrollEventWithDeltaVector:(CGVector)vector offset:(double)offset duration:(double)duration;
41
+ + (id)gestureSwipeEventWithDeltaVector:(CGVector)vector offset:(double)offset duration:(double)duration phase:(unsigned long long)phase;
42
+ + (id)scrollEventAtPoint:(CGPoint)point lines:(long long)lines offset:(double)offset;
43
+ + (id)dragEventWithCoordinate:(CGPoint)coordinate destination:(CGPoint)destination offset:(double)offset duration:(double)duration;
44
+ + (id)moveEventWithStartPoint:(CGPoint)point destination:(CGPoint)destination offset:(double)offset duration:(double)duration;
45
+ + (id)textEventForModifierFlags:(unsigned long long)flags mergeWithCurrent:(_Bool)current offset:(double)offset;
46
+ + (id)textEventForKey:(id)key withModifierFlags:(unsigned long long)flags offset:(double)offset;
47
+ + (id)textEventForString:(id)string offset:(double)offset typingSpeed:(unsigned long long)speed;
48
+ + (id)textEventForString:(id)string offset:(double)offset typingSpeed:(unsigned long long)speed shouldRedact:(_Bool)redact;
49
+ + (id)keyboardEventForKeyCode:(unsigned long long)code keyPhase:(unsigned long long)phase modifierFlags:(unsigned long long)flags offset:(double)offset;
50
+ + (id)keyboardEventForKeyCode:(unsigned long long)code keyPhase:(unsigned long long)phase modifierFlags:(unsigned long long)flags offset:(double)offset shouldRedact:(_Bool)redact;
51
+ + (id /* block */)offsetComparator;
27
52
 
53
+ /* instance methods */
28
54
  - (id)init;
55
+ - (id)initWithCoder:(id)coder;
56
+ - (void)encodeWithCoder:(id)coder;
57
+ - (unsigned long long)hash;
58
+ - (_Bool)isEqual:(id)equal;
59
+ - (id)description;
29
60
 
30
61
  @end
62
+
63
+ #endif /* XCPointerEvent_h */
@@ -1,43 +1,65 @@
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 XCPointerEventPath_h
8
+ #define XCPointerEventPath_h
9
+ @import Foundation;
10
+ @import UIKit;
6
11
 
7
- @class NSArray, NSMutableArray;
12
+ @class NSArray, NSData, NSMutableArray, NSObject;
8
13
 
9
14
  @interface XCPointerEventPath : NSObject <NSSecureCoding>
10
- {
11
- NSMutableArray *_pointerEvents;
12
- BOOL _immutable;
13
- unsigned long long _pathType;
14
- unsigned long long _index;
15
- }
16
- @property BOOL immutable; // @synthesize immutable=_immutable;
17
- @property unsigned long long index; // @synthesize index=_index;
18
- @property(readonly) unsigned long long pathType; // @synthesize pathType=_pathType;
19
- @property(readonly) NSArray *pointerEvents;
20
15
 
21
- - (id)firstEventAfterOffset:(double)arg1;
22
- - (id)lastEventBeforeOffset:(double)arg1;
23
- - (void)_addPointerEvent:(id)arg1;
24
- - (void)releaseButton:(unsigned long long)arg1 atOffset:(double)arg2;
25
- - (void)pressButton:(unsigned long long)arg1 atOffset:(double)arg2;
26
- - (void)liftUpAtOffset:(double)arg1;
27
- - (void)moveToPoint:(struct CGPoint)arg1 atOffset:(double)arg2;
28
- - (void)pressDownWithPressure:(double)arg1 atOffset:(double)arg2;
29
- - (void)pressDownAtOffset:(double)arg1;
30
- - (id)initForMouseAtPoint:(struct CGPoint)arg1 offset:(double)arg2;
31
- - (id)initForTouchAtPoint:(CGPoint)arg1 offset:(double)arg2;
32
- // Since Xcode 10.2
33
- - (void)typeKey:(id)arg1 modifiers:(unsigned long long)arg2 atOffset:(double)arg3;
34
- // Since Xcode 12.beta5
35
- - (void)typeText:(id)arg1 atOffset:(double)arg2 typingSpeed:(unsigned long long)arg3 shouldRedact:(_Bool)arg4;
36
- // Since Xcode 10.2
37
- - (id)initForTextInput;
38
- // Since Xcode 10.2
39
- - (void)setModifiers:(unsigned long long)arg1 mergeWithCurrentModifierFlags:(_Bool)arg2 atOffset:(double)arg3;
16
+ @property _Bool immutable;
17
+ @property unsigned long long index;
18
+ @property unsigned long long deviceID;
19
+ @property (readonly) unsigned long long pathType;
20
+ @property (readonly) CGPoint initialMouseLocation;
21
+ @property (readonly) NSArray *pointerEvents;
22
+ @property (readonly) double maximumOffset;
23
+ @property (readonly) NSData *eventStream;
24
+ @property (readonly) CGRect targetFrame;
25
+ @property (readonly) double speedFactor;
26
+
27
+ /* class methods */
28
+ + (_Bool)supportsSecureCoding;
40
29
 
41
- - (id)init;
30
+ /* instance methods */
31
+ - (id)initForTouchAtPoint:(CGPoint)point offset:(double)offset;
32
+ - (id)initForMouseEvents;
33
+ - (id)initForMouseEventsAtLocation:(CGPoint)location;
34
+ - (id)initForMouseEventsWithDeviceID:(unsigned long long)id atLocation:(CGPoint)location;
35
+ - (id)initForTextInput;
36
+ - (id)initForTouchBarAtPoint:(CGPoint)point offset:(double)offset;
37
+ - (id)initForEventStream:(id)stream frame:(CGRect)frame speed:(double)speed;
38
+ - (id)initWithCoder:(id)coder;
39
+ - (void)encodeWithCoder:(id)coder;
40
+ - (unsigned long long)hash;
41
+ - (_Bool)isEqual:(id)equal;
42
+ - (void)pressDownAtOffset:(double)offset;
43
+ - (void)pressDownWithPressure:(double)pressure atOffset:(double)offset;
44
+ - (void)pressDownWithPressure:(double)pressure stage:(unsigned long long)stage phase:(unsigned long long)phase atOffset:(double)offset;
45
+ - (void)moveToPoint:(CGPoint)point atOffset:(double)offset;
46
+ - (void)moveMouseToPoint:(CGPoint)point atOffset:(double)offset duration:(double)duration;
47
+ - (void)liftUpAtOffset:(double)offset;
48
+ - (void)pressButton:(unsigned long long)button atOffset:(double)offset clickCount:(unsigned long long)count;
49
+ - (void)dragWithButton:(unsigned long long)button toPoint:(CGPoint)point atOffset:(double)offset duration:(double)duration;
50
+ - (void)releaseButton:(unsigned long long)button atOffset:(double)offset clickCount:(unsigned long long)count;
51
+ - (void)scrollWithDeltaVector:(CGVector)vector atOffset:(double)offset duration:(double)duration;
52
+ - (void)gestureSwipeWithDeltaVector:(CGVector)vector atOffset:(double)offset duration:(double)duration;
53
+ - (void)scrollAtPoint:(CGPoint)point byLines:(long long)lines atOffset:(double)offset;
54
+ - (void)typeText:(id)text atOffset:(double)offset typingSpeed:(unsigned long long)speed shouldRedact:(_Bool)redact;
55
+ - (void)typeKey:(id)key modifiers:(unsigned long long)modifiers atOffset:(double)offset;
56
+ - (void)setModifiers:(unsigned long long)modifiers mergeWithCurrentModifierFlags:(_Bool)flags atOffset:(double)offset;
57
+ - (void)_addPointerEvent:(id)event;
58
+ - (id)firstEventAtOffset:(double)offset;
59
+ - (id)lastEventBeforeOffset:(double)offset;
60
+ - (id)firstEventAfterOffset:(double)offset;
61
+ - (id)description;
42
62
 
43
63
  @end
64
+
65
+ #endif /* XCPointerEventPath_h */
@@ -1,32 +1,55 @@
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 XCSynthesizedEventRecord_h
8
+ #define XCSynthesizedEventRecord_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+ #import <TargetConditionals.h>
6
12
 
7
- @class NSArray, NSMutableArray, NSString, XCPointerEventPath;
13
+ @class NSArray, NSDictionary, NSMutableArray, NSObject, NSString;
8
14
 
9
15
  @interface XCSynthesizedEventRecord : NSObject <NSSecureCoding>
10
- {
11
- NSMutableArray *_eventPaths;
12
- NSString *_name;
16
+
17
+ @property (readonly) NSArray *eventPaths;
18
+ @property (readonly, copy) NSString *name;
19
+ @property (readonly) double maximumOffset;
13
20
  #if !TARGET_OS_TV
14
- UIInterfaceOrientation _interfaceOrientation;
21
+ @property (readonly) UIInterfaceOrientation interfaceOrientation;
15
22
  #endif
16
- }
23
+ @property long long targetProcessID;
24
+ @property (readonly) unsigned long long displayID;
25
+ @property _Bool beginsPersistentState;
26
+ @property _Bool endsPersistentState;
27
+ @property (nonatomic) CGVector originalOffset;
28
+ @property (copy) NSDictionary *systemAutomationProperties;
29
+ @property CGSize parentWindowSize;
30
+
31
+ /* class methods */
32
+ + (_Bool)supportsSecureCoding;
33
+ + (id)utIdentifierString;
34
+
35
+ /* instance methods */
36
+ - (_Bool)synthesizeWithError:(id *)error;
17
37
  #if !TARGET_OS_TV
18
- @property(readonly) UIInterfaceOrientation interfaceOrientation; // @synthesize interfaceOrientation=_interfaceOrientation;
38
+ - (id)initWithName:(id)name displayID:(unsigned long long)id interfaceOrientation:(long long)orientation;
39
+ - (void)unsetInterfaceOrientation;
19
40
  #endif
20
- @property(readonly, copy) NSString *name; // @synthesize name=_name;
21
- @property(readonly) double maximumOffset;
22
- @property(readonly) NSArray *eventPaths;
23
-
24
- - (void)addPointerEventPath:(XCPointerEventPath *)arg1;
41
+ - (id)initWithName:(id)name;
42
+ - (id)initWithName:(id)name displayID:(unsigned long long)id;
25
43
  #if !TARGET_OS_TV
26
- - (id)initWithName:(NSString *)arg1 interfaceOrientation:(UIInterfaceOrientation)arg2;
44
+ - (id)initWithName:(id)name interfaceOrientation:(long long)orientation;
27
45
  #endif
28
- - (id)initWithName:(id)arg1;
29
- - (id)init;
30
- - (BOOL)synthesizeWithError:(NSError **)arg1;
46
+ - (id)initWithCoder:(id)coder;
47
+ - (void)encodeWithCoder:(id)coder;
48
+ - (unsigned long long)hash;
49
+ - (_Bool)isEqual:(id)equal;
50
+ - (void)addPointerEventPath:(id)path;
51
+ - (id)description;
31
52
 
32
53
  @end
54
+
55
+ #endif /* XCSynthesizedEventRecord_h */
@@ -0,0 +1,38 @@
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 XCTAggregateSuiteRunStatistics_h
8
+ #define XCTAggregateSuiteRunStatistics_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSArray, NSDictionary, NSMutableDictionary, NSObject, NSString;
13
+
14
+ @interface XCTAggregateSuiteRunStatistics : NSObject <NSCopying, NSSecureCoding>
15
+
16
+ @property (readonly) NSMutableDictionary *recordMap;
17
+ @property (readonly) NSDictionary *dictionaryRepresentation;
18
+ @property (copy) NSString *lastTestIdentifier;
19
+ @property (readonly) unsigned long long suiteRecordCount;
20
+ @property (readonly) NSArray *suiteRecords;
21
+
22
+ /* class methods */
23
+ + (_Bool)supportsSecureCoding;
24
+
25
+ /* instance methods */
26
+ - (id)init;
27
+ - (id)initWithDictionaryRepresentation:(id)representation;
28
+ - (_Bool)isEqual:(id)equal;
29
+ - (_Bool)isEqualToStatistics:(id)statistics;
30
+ - (id)copyWithZone:(struct _NSZone *)zone;
31
+ - (id)initWithCoder:(id)coder;
32
+ - (void)encodeWithCoder:(id)coder;
33
+ - (void)addSuiteRecord:(id)record;
34
+ - (id)recordForSuiteNamed:(id)named;
35
+
36
+ @end
37
+
38
+ #endif /* XCTAggregateSuiteRunStatistics_h */
@@ -0,0 +1,33 @@
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 XCTAttachmentManager_h
8
+ #define XCTAttachmentManager_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSMutableArray, NSObject, XCTestCase;
13
+
14
+ @interface XCTAttachmentManager : NSObject
15
+
16
+ @property (readonly) NSMutableArray *attachments;
17
+ @property _Bool isValid;
18
+ @property (readonly) XCTestCase *testCase;
19
+
20
+ /* class methods */
21
+ + (void)_synthesizeActivityForAttachment:(id)attachment testCase:(id)_case;
22
+
23
+ /* instance methods */
24
+ - (id)initWithTestCase:(id)_case;
25
+ - (void)dealloc;
26
+ - (void)_invalidate;
27
+ - (void)ensureNoRemainingAttachments;
28
+ - (void)dequeueAndReportBackgroundAttachments;
29
+ - (void)enqueueAttachment:(id)attachment;
30
+
31
+ @end
32
+
33
+ #endif /* XCTAttachmentManager_h */
@@ -0,0 +1,35 @@
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 XCTCapabilities_h
8
+ #define XCTCapabilities_h
9
+ @import Foundation;
10
+ @import UIKit;
11
+
12
+ @class NSDictionary, NSObject;
13
+
14
+ @interface XCTCapabilities : NSObject <NSSecureCoding>
15
+
16
+ @property (readonly, copy) NSDictionary *capabilitiesDictionary;
17
+ @property (readonly, copy) NSDictionary *dictionaryRepresentation;
18
+
19
+ /* class methods */
20
+ + (_Bool)supportsSecureCoding;
21
+ + (id)emptyCapabilities;
22
+
23
+ /* instance methods */
24
+ - (id)initWithDictionary:(id)dictionary;
25
+ - (id)initWithCoder:(id)coder;
26
+ - (void)encodeWithCoder:(id)coder;
27
+ - (id)description;
28
+ - (_Bool)isEqual:(id)equal;
29
+ - (unsigned long long)hash;
30
+ - (unsigned long long)versionForCapability:(id)capability;
31
+ - (_Bool)hasCapability:(id)capability;
32
+
33
+ @end
34
+
35
+ #endif /* XCTCapabilities_h */