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.
- package/CHANGELOG.md +16 -0
- package/PrivateHeaders/XCTest/CDStructures.h +0 -26
- package/PrivateHeaders/XCTest/NSFastEnumeration-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCAXClient_iOS.h +80 -44
- package/PrivateHeaders/XCTest/XCApplicationQuery.h +18 -11
- package/PrivateHeaders/XCTest/XCDebugLogDelegate-Protocol.h +17 -5
- package/PrivateHeaders/XCTest/XCPointerEvent.h +52 -19
- package/PrivateHeaders/XCTest/XCPointerEventPath.h +55 -33
- package/PrivateHeaders/XCTest/XCSynthesizedEventRecord.h +41 -18
- package/PrivateHeaders/XCTest/XCTAggregateSuiteRunStatistics.h +38 -0
- package/PrivateHeaders/XCTest/XCTAttachmentManager.h +33 -0
- package/PrivateHeaders/XCTest/XCTCapabilities.h +35 -0
- package/PrivateHeaders/XCTest/XCTCapabilitiesProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTElementSetTransformer-Protocol.h +30 -13
- package/PrivateHeaders/XCTest/XCTElementSnapshotAttributeDataSource-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTElementSnapshotProvider-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTExpectedFailureContextManager.h +35 -0
- package/PrivateHeaders/XCTest/XCTFuture.h +45 -0
- package/PrivateHeaders/XCTest/XCTHarnessEventReporting-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTIssue.h +49 -0
- package/PrivateHeaders/XCTest/XCTIssueHandling-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMacCatalystStatusProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMeasureOptions.h +48 -0
- package/PrivateHeaders/XCTest/XCTMemoryChecker.h +50 -0
- package/PrivateHeaders/XCTest/XCTMemoryCheckerDelegate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_IDEToRunner-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToDaemon-Protocol.h +39 -0
- package/PrivateHeaders/XCTest/XCTMessagingChannel_RunnerToIDE-Protocol.h +32 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ActivityReporting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_AttachmentFutureResultStatusUpdating-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_BundleRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_CapabilityExchange-Protocol.h +56 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_DebugLogging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_EventSynthesis-Protocol.h +34 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ForcePressureSupportQuerying-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_HIDEventRecording-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_MemoryTesting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_PerformanceMeasurementReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProcessMonitoring-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ProtectedResourceAuthorization-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_ScreenRecording-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SelfDiagnosisIssueReporting-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SignpostRequesting-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SiriAutomation-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_SystemConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TelemetrySending-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestExecution-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_TestReporting-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomation-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UIAutomationRunnerEventReporting-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTMessagingRole_UserPresence-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTMetricDiagnosticHelper.h +49 -0
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectationObject-Protocol.h +15 -7
- package/PrivateHeaders/XCTest/XCTPromise.h +30 -0
- package/PrivateHeaders/XCTest/XCTRemoteSignpostListenerProxy-Protocol.h +29 -0
- package/PrivateHeaders/XCTest/XCTRepetitionPolicy.h +43 -0
- package/PrivateHeaders/XCTest/XCTReportingSession.h +50 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionConfiguration-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionIssueReporter-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestContainer-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCTReportingSessionTestReporter.h +51 -0
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSession.h +76 -78
- package/PrivateHeaders/XCTest/XCTRunnerDaemonSessionUIAutomationDelegate-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCTRunnerIDESession.h +87 -53
- package/PrivateHeaders/XCTest/XCTRunnerIDESessionDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTRuntimeDiagnosticsPolicy.h +36 -0
- package/PrivateHeaders/XCTest/XCTRuntimeIssueDetectionPolicy.h +39 -0
- package/PrivateHeaders/XCTest/XCTScreenCapturePolicy.h +35 -0
- package/PrivateHeaders/XCTest/XCTSignpostListener-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTSkippedTestContext.h +37 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeContext.h +39 -0
- package/PrivateHeaders/XCTest/XCTSourceCodeLocation.h +31 -0
- package/PrivateHeaders/XCTest/XCTTagSelection.h +41 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifier.h +81 -0
- package/PrivateHeaders/XCTest/XCTTestIdentifierSet.h +54 -0
- package/PrivateHeaders/XCTest/XCTTestSelection.h +35 -0
- package/PrivateHeaders/XCTest/XCTWaiter.h +45 -46
- package/PrivateHeaders/XCTest/XCTWaiterManagement-Protocol.h +17 -6
- package/PrivateHeaders/XCTest/XCTWaiterManager-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTWaiterWait.h +40 -0
- package/PrivateHeaders/XCTest/XCTest.h +47 -28
- package/PrivateHeaders/XCTest/XCTestCase.h +165 -90
- package/PrivateHeaders/XCTest/XCTestCaseDiscoveryUIAutomationDelegate-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/XCTestCaseRun.h +19 -9
- package/PrivateHeaders/XCTest/XCTestCaseUIAutomationDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCTestCastMethodNamesUIAutomationDelegate-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCTestConfiguration.h +83 -55
- package/PrivateHeaders/XCTest/XCTestDriver.h +54 -28
- package/PrivateHeaders/XCTest/XCTestExpectation.h +37 -26
- package/PrivateHeaders/XCTest/XCTestExpectationDelegate-Protocol.h +15 -6
- package/PrivateHeaders/XCTest/XCTestObservationCenter.h +49 -25
- package/PrivateHeaders/XCTest/XCTestRun.h +33 -28
- package/PrivateHeaders/XCTest/XCUIAXNotificationHandling-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIAccessibilityInterface-Protocol.h +58 -0
- package/PrivateHeaders/XCTest/XCUIAlertMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIApplication.h +86 -48
- package/PrivateHeaders/XCTest/XCUIApplicationAutomationSessionProviding-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationImpl.h +78 -26
- package/PrivateHeaders/XCTest/XCUIApplicationImplReporter-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationManaging-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIApplicationMonitor-Protocol.h +43 -0
- package/PrivateHeaders/XCTest/XCUIApplicationOpenRequest.h +34 -0
- package/PrivateHeaders/XCTest/XCUIApplicationPlatformServicesProviderDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcess.h +89 -69
- package/PrivateHeaders/XCTest/XCUIApplicationProcessDelegate-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessManaging-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIApplicationProcessTracker-Protocol.h +28 -0
- package/PrivateHeaders/XCTest/XCUIApplicationRegistry.h +32 -0
- package/PrivateHeaders/XCTest/XCUIButtonConsole.h +26 -0
- package/PrivateHeaders/XCTest/XCUICoordinate.h +37 -32
- package/PrivateHeaders/XCTest/XCUIDevice.h +122 -17
- package/PrivateHeaders/XCTest/XCUIDeviceAutomationModeInterface-Protocol.h +25 -0
- package/PrivateHeaders/XCTest/XCUIDeviceDelayedAttachmentTransferSupportInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIDeviceEventAndStateInterface-Protocol.h +40 -0
- package/PrivateHeaders/XCTest/XCUIElement.h +191 -58
- package/PrivateHeaders/XCTest/XCUIElementAttributesPrivate-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/XCUIElementEventTarget-Protocol.h +38 -0
- package/PrivateHeaders/XCTest/XCUIElementQuery.h +154 -58
- package/PrivateHeaders/XCTest/XCUIElementTypeQueryProvider_Private-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIEventRecording-Protocol.h +37 -0
- package/PrivateHeaders/XCTest/XCUIHitPointResult.h +16 -11
- package/PrivateHeaders/XCTest/XCUIInterruptionMonitoring-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/XCUIIssueDiagnosticsProviding-Protocol.h +23 -0
- package/PrivateHeaders/XCTest/XCUIKnobControl.h +26 -0
- package/PrivateHeaders/XCTest/XCUILocation.h +24 -0
- package/PrivateHeaders/XCTest/XCUIPlatformApplicationServicesProviding-Protocol.h +33 -0
- package/PrivateHeaders/XCTest/XCUIRemoteAccessibilityInterface-Protocol.h +45 -0
- package/PrivateHeaders/XCTest/XCUIRemoteDeviceRunner-Protocol.h +24 -0
- package/PrivateHeaders/XCTest/XCUIRemoteSiriInterface-Protocol.h +30 -0
- package/PrivateHeaders/XCTest/XCUIResetAuthorizationStatusOfProtectedResourcesInterface-Protocol.h +22 -0
- package/PrivateHeaders/XCTest/XCUIScreen.h +45 -19
- package/PrivateHeaders/XCTest/XCUIScreenDataSource-Protocol.h +28 -12
- package/PrivateHeaders/XCTest/XCUISiriService.h +39 -0
- package/PrivateHeaders/XCTest/XCUISystem.h +26 -0
- package/PrivateHeaders/XCTest/XCUIXcodeApplicationManaging-Protocol.h +27 -0
- package/PrivateHeaders/XCTest/_TtC10XCTestCore19XCTReportingContext.h +26 -0
- package/PrivateHeaders/XCTest/_XCTMessaging_VoidProtocol-Protocol.h +20 -0
- package/PrivateHeaders/XCTest/_XCTestObservationInternal-Protocol.h +26 -0
- package/PrivateHeaders/XCTest/_XCTestObservationPrivate-Protocol.h +27 -0
- package/WebDriverAgent.xcodeproj/project.pbxproj +718 -426
- package/WebDriverAgentLib/Categories/XCUIApplication+FBAlert.m +9 -13
- package/WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIApplication+FBTouchAction.m +0 -1
- package/WebDriverAgentLib/Categories/XCUIApplicationProcess+FBQuiescence.m +1 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBHelpers.m +4 -0
- package/WebDriverAgentLib/Categories/XCUIDevice+FBVoiceOver.m +9 -7
- package/WebDriverAgentLib/Categories/XCUIElement+FBClassChain.m +2 -2
- package/WebDriverAgentLib/Categories/XCUIElement+FBScrolling.m +7 -3
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.h +33 -0
- package/WebDriverAgentLib/Categories/XCUIElement+FBTyping.m +23 -0
- package/WebDriverAgentLib/Categories/XCUIElementQuery+FBHelpers.m +1 -0
- package/WebDriverAgentLib/Commands/FBElementCommands.m +5 -0
- package/WebDriverAgentLib/Commands/FBSessionCommands.m +1 -1
- package/WebDriverAgentLib/FBAlert.m +12 -3
- package/WebDriverAgentLib/Info.plist +2 -2
- package/WebDriverAgentLib/Routing/FBWebServer.m +3 -2
- package/WebDriverAgentLib/Routing/FBXCElementSnapshot.h +1 -1
- package/WebDriverAgentLib/Utilities/FBActiveAppDetectionPoint.m +2 -2
- package/WebDriverAgentLib/Utilities/FBBaseActionsSynthesizer.h +1 -0
- package/WebDriverAgentLib/Utilities/FBFailureProofTestCase.m +6 -0
- package/WebDriverAgentLib/Utilities/FBScreenshot.m +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.h +2 -2
- package/WebDriverAgentLib/Utilities/FBXCTestDaemonsProxy.m +4 -4
- package/WebDriverAgentLib/Utilities/FBXCodeCompatibility.m +24 -3
- package/build/lib/no-session-proxy.d.ts +2 -2
- package/build/lib/no-session-proxy.d.ts.map +1 -1
- package/build/lib/no-session-proxy.js +2 -2
- package/build/lib/no-session-proxy.js.map +1 -1
- package/build/lib/webdriveragent.d.ts +2 -2
- package/build/lib/webdriveragent.d.ts.map +1 -1
- package/build/lib/webdriveragent.js +2 -2
- package/build/lib/webdriveragent.js.map +1 -1
- package/lib/no-session-proxy.ts +2 -2
- package/lib/webdriveragent.ts +3 -3
- package/package.json +1 -1
- package/PrivateHeaders/XCTest/NSString-XCTAdditions.h +0 -11
- package/PrivateHeaders/XCTest/NSValue-XCTestAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UILongPressGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPanGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UIPinchGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UISwipeGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/UITapGestureRecognizer-RecordingAdditions.h +0 -11
- package/PrivateHeaders/XCTest/XCActivityRecord.h +0 -39
- package/PrivateHeaders/XCTest/XCApplicationMonitor.h +0 -44
- package/PrivateHeaders/XCTest/XCApplicationMonitor_iOS.h +0 -18
- package/PrivateHeaders/XCTest/XCDeviceEvent.h +0 -27
- package/PrivateHeaders/XCTest/XCEventGenerator.h +0 -73
- package/PrivateHeaders/XCTest/XCKeyMappingPath.h +0 -36
- package/PrivateHeaders/XCTest/XCKeyboardInputSolver.h +0 -41
- package/PrivateHeaders/XCTest/XCKeyboardKeyMap.h +0 -101
- package/PrivateHeaders/XCTest/XCKeyboardLayout.h +0 -35
- package/PrivateHeaders/XCTest/XCSourceCodeRecording.h +0 -42
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNode.h +0 -84
- package/PrivateHeaders/XCTest/XCSourceCodeTreeNodeEnumerator.h +0 -18
- package/PrivateHeaders/XCTest/XCSymbolicationRecord.h +0 -29
- package/PrivateHeaders/XCTest/XCSymbolicatorHolder.h +0 -14
- package/PrivateHeaders/XCTest/XCTAXClient-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTAsyncActivity-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTAsyncActivity.h +0 -23
- package/PrivateHeaders/XCTest/XCTAutomationTarget-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTDarwinNotificationExpectation.h +0 -23
- package/PrivateHeaders/XCTest/XCTKVOExpectation.h +0 -28
- package/PrivateHeaders/XCTest/XCTMetric.h +0 -29
- package/PrivateHeaders/XCTest/XCTNSNotificationExpectation.h +0 -27
- package/PrivateHeaders/XCTest/XCTNSPredicateExpectation.h +0 -24
- package/PrivateHeaders/XCTest/XCTRunnerAutomationSession.h +0 -21
- package/PrivateHeaders/XCTest/XCTTestRunSession.h +0 -25
- package/PrivateHeaders/XCTest/XCTTestRunSessionDelegate-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTUIApplicationMonitor-Protocol.h +0 -17
- package/PrivateHeaders/XCTest/XCTWaiterDelegate-Protocol.h +0 -16
- package/PrivateHeaders/XCTest/XCTWaiterDelegatePrivate-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTWaiterManager.h +0 -28
- package/PrivateHeaders/XCTest/XCTestCaseSuite.h +0 -19
- package/PrivateHeaders/XCTest/XCTestContext.h +0 -26
- package/PrivateHeaders/XCTest/XCTestContextScope.h +0 -19
- package/PrivateHeaders/XCTest/XCTestDriverInterface-Protocol.h +0 -14
- package/PrivateHeaders/XCTest/XCTestExpectationWaiter.h +0 -17
- package/PrivateHeaders/XCTest/XCTestLog.h +0 -32
- package/PrivateHeaders/XCTest/XCTestManager_IDEInterface-Protocol.h +0 -36
- package/PrivateHeaders/XCTest/XCTestManager_ManagerInterface-Protocol.h +0 -54
- package/PrivateHeaders/XCTest/XCTestManager_TestsInterface-Protocol.h +0 -12
- package/PrivateHeaders/XCTest/XCTestMisuseObserver.h +0 -37
- package/PrivateHeaders/XCTest/XCTestObservation-Protocol.h +0 -20
- package/PrivateHeaders/XCTest/XCTestObserver.h +0 -20
- package/PrivateHeaders/XCTest/XCTestProbe.h +0 -13
- package/PrivateHeaders/XCTest/XCTestSuite.h +0 -48
- package/PrivateHeaders/XCTest/XCTestSuiteRun.h +0 -28
- package/PrivateHeaders/XCTest/XCTestWaiter.h +0 -14
- package/PrivateHeaders/XCTest/XCUIElementAsynchronousHandlerWrapper.h +0 -19
- package/PrivateHeaders/XCTest/XCUIElementHitPointCoordinate.h +0 -24
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinder.h +0 -65
- package/PrivateHeaders/XCTest/XCUIRecorderNodeFinderMatch.h +0 -25
- package/PrivateHeaders/XCTest/XCUIRecorderTimingMessage.h +0 -20
- package/PrivateHeaders/XCTest/XCUIRecorderUtilities.h +0 -45
- package/PrivateHeaders/XCTest/_XCInternalTestRun.h +0 -43
- package/PrivateHeaders/XCTest/_XCKVOExpectationImplementation.h +0 -32
- package/PrivateHeaders/XCTest/_XCTDarwinNotificationExpectationImplementation.h +0 -27
- package/PrivateHeaders/XCTest/_XCTNSNotificationExpectationImplementation.h +0 -30
- package/PrivateHeaders/XCTest/_XCTNSPredicateExpectationImplementation.h +0 -29
- package/PrivateHeaders/XCTest/_XCTWaiterImpl.h +0 -41
- package/PrivateHeaders/XCTest/_XCTestCaseImplementation.h +0 -70
- package/PrivateHeaders/XCTest/_XCTestCaseInterruptionException.h +0 -13
- package/PrivateHeaders/XCTest/_XCTestExpectationImplementation.h +0 -40
- package/PrivateHeaders/XCTest/_XCTestImplementation.h +0 -14
- package/PrivateHeaders/XCTest/_XCTestObservationCenterImplementation.h +0 -19
- package/PrivateHeaders/XCTest/_XCTestSuiteImplementation.h +0 -23
|
@@ -1,60 +1,98 @@
|
|
|
1
1
|
//
|
|
2
|
-
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
3
|
//
|
|
4
|
-
//
|
|
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
|
-
@
|
|
10
|
-
|
|
11
|
-
@
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@property
|
|
24
|
-
@property(
|
|
25
|
-
@property(
|
|
26
|
-
@property(readonly
|
|
27
|
-
@property(readonly
|
|
28
|
-
@property
|
|
29
|
-
@property(readonly)
|
|
30
|
-
|
|
31
|
-
@property(
|
|
32
|
-
@property
|
|
33
|
-
@property(readonly)
|
|
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;
|
|
48
|
+
@property (readonly, nonatomic) UIInterfaceOrientation interfaceOrientation;
|
|
36
49
|
#endif
|
|
37
|
-
@property(
|
|
38
|
-
@property(
|
|
39
|
-
@property(readonly)
|
|
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
|
-
|
|
42
|
-
|
|
56
|
+
/* class methods */
|
|
57
|
+
+ (id)keyPathsForValuesAffectingIsApplicationStateKnown;
|
|
58
|
+
+ (id)keyPathsForValuesAffectingState;
|
|
59
|
+
+ (id)keyPathsForValuesAffectingRunning;
|
|
60
|
+
+ (id)keyPathsForValuesAffectingSuspended;
|
|
61
|
+
+ (id)keyPathsForValuesAffectingBackground;
|
|
62
|
+
+ (id)keyPathsForValuesAffectingForeground;
|
|
43
63
|
|
|
44
|
-
|
|
45
|
-
- (
|
|
46
|
-
- (
|
|
47
|
-
- (
|
|
48
|
-
- (
|
|
49
|
-
- (
|
|
50
|
-
- (void)
|
|
51
|
-
- (
|
|
52
|
-
- (id)
|
|
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
|
-
- (
|
|
57
|
-
- (id)
|
|
58
|
-
- (id)
|
|
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
|
-
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
3
|
//
|
|
4
|
-
//
|
|
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
|
-
#
|
|
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
|
|
19
|
-
@property
|
|
20
|
-
@property
|
|
21
|
-
@property
|
|
22
|
-
@property(
|
|
23
|
-
@property(readonly)
|
|
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
|
-
|
|
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
|
-
|
|
28
|
-
- (
|
|
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
|
-
- (
|
|
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
|
-
//
|
|
2
|
+
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.534, BuildCommit: b276a7d7daf462beda4afef1c43a753a47405355)
|
|
3
3
|
//
|
|
4
|
-
//
|
|
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
|
-
#
|
|
12
|
+
#include "XCTElementSnapshotAttributeDataSource-Protocol.h"
|
|
13
|
+
#include "XCTRunnerAutomationSession-Protocol.h"
|
|
14
|
+
#include "XCUIApplicationProcessDelegate-Protocol.h"
|
|
15
|
+
#include "XCUIIssueDiagnosticsProviding-Protocol.h"
|
|
8
16
|
|
|
9
|
-
|
|
17
|
+
@class NSObject, NSString, XCAccessibilityElement, XCElementSnapshot, XCTFuture, XCUIDevice;
|
|
18
|
+
@protocol OS_dispatch_queue, XCUIDevice;
|
|
10
19
|
|
|
11
|
-
@
|
|
12
|
-
|
|
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
|
-
|
|
40
|
-
@property
|
|
41
|
-
|
|
42
|
-
@property(
|
|
43
|
-
@property
|
|
44
|
-
@property(
|
|
45
|
-
@property
|
|
46
|
-
@property
|
|
47
|
-
@property
|
|
48
|
-
@property
|
|
49
|
-
@property
|
|
50
|
-
@property
|
|
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
|
|
53
|
-
@property
|
|
54
|
-
|
|
55
|
-
@property
|
|
56
|
-
@property(
|
|
57
|
-
@property
|
|
58
|
-
@property(
|
|
59
|
-
@property(
|
|
60
|
-
@property(readonly, copy) id/*XCAccessibilityElement*/ accessibilityElement;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
-
|
|
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
|
-
|
|
78
|
-
- (void)
|
|
79
|
-
|
|
80
|
-
|
|
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)
|
|
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 */
|