XCUIApplicationImpl Class Reference

Inherits from NSObject
Declared in XCUIApplicationImpl.h

– _waitForLaunchProgressViaProxy:

- (void)_waitForLaunchProgressViaProxy:(id)arg1

– _waitForLaunchTokenFromReceipt:

- (void)_waitForLaunchTokenFromReceipt:(id)arg1

  accessibilityElement

@property (readonly) XCAccessibilityElement *accessibilityElement

  bundleID

@property (readonly, copy) NSString *bundleID

  currentProcess

@property (retain, nonatomic) XCUIApplicationProcess *currentProcess

– dealloc

- (void)dealloc

– initWithPath:bundleID:

- (id)initWithPath:(id)arg1 bundleID:(id)arg2

– launchWithArguments:environment:usingXcode:

- (void)launchWithArguments:(id)arg1 environment:(id)arg2 usingXcode:(_Bool)arg3

  path

@property (readonly, copy) NSString *path

  processID

@property (nonatomic) int processID

  state

@property (nonatomic) unsigned long long state

– terminate

- (void)terminate

– waitForQuiescence

- (void)waitForQuiescence

– waitForViewControllerViewDidDisappearWithTimeout:

- (void)waitForViewControllerViewDidDisappearWithTimeout:(double)arg1