XCTestManager_ManagerInterface Protocol Reference

Declared in XCTestManager_ManagerInterface-Protocol.h

– _XCT_exchangeProtocolVersion:reply: required method

- (void)_XCT_exchangeProtocolVersion:(unsigned long long)arg1 reply:(void ( ^ ) ( unsigned long long ))arg2

– _XCT_fetchAttributesForElement:attributes:reply: required method

- (void)_XCT_fetchAttributesForElement:(XCAccessibilityElement *)arg1 attributes:(NSArray *)arg2 reply:(void ( ^ ) ( NSDictionary *, NSError *))arg3

– _XCT_fetchParameterizedAttributeForElement:attributes:parameter:reply: required method

- (void)_XCT_fetchParameterizedAttributeForElement:(XCAccessibilityElement *)arg1 attributes:(NSNumber *)arg2 parameter:(id)arg3 reply:(void ( ^ ) ( id , NSError *))arg4

– _XCT_launchApplicationWithBundleID:arguments:environment:completion: required method

- (void)_XCT_launchApplicationWithBundleID:(NSString *)arg1 arguments:(NSArray *)arg2 environment:(NSDictionary *)arg3 completion:(void ( ^ ) ( NSError *))arg4

– _XCT_performAccessibilityAction:onElement:withValue:reply: required method

- (void)_XCT_performAccessibilityAction:(int)arg1 onElement:(XCAccessibilityElement *)arg2 withValue:(id)arg3 reply:(void ( ^ ) ( NSError *))arg4

– _XCT_performDeviceEvent:completion: required method

- (void)_XCT_performDeviceEvent:(XCDeviceEvent *)arg1 completion:(void ( ^ ) ( NSError *))arg2

– _XCT_performTouchGesture:completion: required method

- (void)_XCT_performTouchGesture:(XCTouchGesture *)arg1 completion:(void ( ^ ) ( NSError *))arg2

– _XCT_registerForAccessibilityNotification:reply: required method

- (void)_XCT_registerForAccessibilityNotification:(int)arg1 reply:(void ( ^ ) ( NSNumber *, NSError *))arg2

– _XCT_requestBackgroundAssertionWithReply: required method

- (void)_XCT_requestBackgroundAssertionWithReply:(void ( ^ ) ( void ))arg1

– _XCT_requestElementAtPoint:reply: required method

- (void)_XCT_requestElementAtPoint:(struct CGPoint)arg1 reply:(void ( ^ ) ( XCAccessibilityElement *, NSError *))arg2

– _XCT_requestScreenshotWithReply: required method

- (void)_XCT_requestScreenshotWithReply:(void ( ^ ) ( NSData *, NSError *))arg1

– _XCT_requestSocketForSessionIdentifier:reply: required method

- (void)_XCT_requestSocketForSessionIdentifier:(NSUUID *)arg1 reply:(void ( ^ ) ( NSFileHandle *))arg2

– _XCT_sendString:completion: required method

- (void)_XCT_sendString:(NSString *)arg1 completion:(void ( ^ ) ( NSError *))arg2

– _XCT_sendString:maximumFrequency:completion: required method

- (void)_XCT_sendString:(NSString *)arg1 maximumFrequency:(unsigned long long)arg2 completion:(void ( ^ ) ( NSError *))arg3

– _XCT_snapshotForElement:attributes:parameters:reply: required method

- (void)_XCT_snapshotForElement:(XCAccessibilityElement *)arg1 attributes:(NSArray *)arg2 parameters:(NSDictionary *)arg3 reply:(void ( ^ ) ( XCElementSnapshot *, NSError *))arg4

– _XCT_startMonitoringApplicationWithBundleID: required method

- (void)_XCT_startMonitoringApplicationWithBundleID:(NSString *)arg1

– _XCT_synthesizeEvent:completion: required method

- (void)_XCT_synthesizeEvent:(XCSynthesizedEventRecord *)arg1 completion:(void ( ^ ) ( NSError *))arg2

– _XCT_terminateApplicationWithBundleID:completion: required method

- (void)_XCT_terminateApplicationWithBundleID:(NSString *)arg1 completion:(void ( ^ ) ( NSError *))arg2

– _XCT_unregisterForAccessibilityNotification:withRegistrationToken:reply: required method

- (void)_XCT_unregisterForAccessibilityNotification:(int)arg1 withRegistrationToken:(NSNumber *)arg2 reply:(void ( ^ ) ( NSError *))arg3

– _XCT_updateDeviceOrientation:completion: required method

- (void)_XCT_updateDeviceOrientation:(long long)arg1 completion:(void ( ^ ) ( NSError *))arg2