XCUIApplicationImpl.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. #import <Foundation/Foundation.h>
  7. @class NSString, XCUIApplicationProcess;
  8. @interface XCUIApplicationImpl : NSObject
  9. {
  10. NSString *_path;
  11. NSString *_bundleID;
  12. XCUIApplicationProcess *_currentProcess;
  13. }
  14. @property(retain, nonatomic) XCUIApplicationProcess *currentProcess; // @synthesize currentProcess=_currentProcess;
  15. @property(readonly, copy) NSString *bundleID; // @synthesize bundleID=_bundleID;
  16. @property(readonly, copy) NSString *path; // @synthesize path=_path;
  17. @property(nonatomic) unsigned long long state;
  18. @property(nonatomic) int processID;
  19. @property(readonly) id/*XCAccessibilityElement*/ accessibilityElement;
  20. - (instancetype)initWithPath:(id)arg1 bundleID:(id)arg2;
  21. - (void)launchWithArguments:(id)arg1 environment:(id)arg2 usingXcode:(BOOL)arg3;
  22. - (void)handleCrashUnderSymbol:(id)arg1;
  23. - (void)terminate;
  24. - (void)waitForViewControllerViewDidDisappearWithTimeout:(double)arg1;
  25. - (void)_waitForRunningActive;
  26. - (void)_launchUsingPlatformWithArguments:(id)arg1 environment:(id)arg2;
  27. - (void)_launchUsingXcodeWithArguments:(id)arg1 environment:(id)arg2;
  28. - (void)_waitForLaunchProgress;
  29. @end