XCUIApplication.h 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 <XCTest/XCUIApplication.h>
  7. @class NSArray, NSDictionary, NSString, XCApplicationQuery, XCUIApplicationImpl;
  8. @interface XCUIApplication ()
  9. {
  10. BOOL _ancillary;
  11. BOOL _doesNotHandleUIInterruptions;
  12. BOOL _idleAnimationWaitEnabled;
  13. XCUIElement *_keyboard;
  14. NSArray *_launchArguments;
  15. NSDictionary *_launchEnvironment;
  16. XCUIApplicationImpl *_applicationImpl;
  17. XCApplicationQuery *_applicationQuery;
  18. unsigned long long _generation;
  19. }
  20. @property unsigned long long generation; // @synthesize generation=_generation;
  21. @property(retain) XCApplicationQuery *applicationQuery; // @synthesize applicationQuery=_applicationQuery;
  22. @property(retain) XCUIApplicationImpl *applicationImpl; // @synthesize applicationQuery=_applicationQuery;
  23. @property(readonly, copy) NSString *bundleID; // @synthesize bundleID=_bundleID;
  24. @property(readonly, copy) NSString *path; // @synthesize path=_path;
  25. @property BOOL ancillary; // @synthesize ancillary=_ancillary;
  26. @property(readonly) XCUIElement *keyboard; // @synthesize keyboard=_keyboard;
  27. @property(getter=isIdleAnimationWaitEnabled) BOOL idleAnimationWaitEnabled; // @synthesize idleAnimationWaitEnabled=_idleAnimationWaitEnabled;
  28. @property(nonatomic) BOOL doesNotHandleUIInterruptions; // @synthesize doesNotHandleUIInterruptions=_doesNotHandleUIInterruptions;
  29. @property(readonly) BOOL fauxCollectionViewCellsEnabled;
  30. #if !TARGET_OS_TV
  31. @property(readonly, nonatomic) UIInterfaceOrientation interfaceOrientation; //TODO tvos
  32. #endif
  33. @property(readonly, nonatomic) BOOL running;
  34. @property(nonatomic) pid_t processID; // @synthesize processID=_processID;
  35. @property(readonly) id/*XCAccessibilityElement*/ accessibilityElement;
  36. + (instancetype)applicationWithPID:(pid_t)processID;
  37. - (void)activate;
  38. - (void)dismissKeyboard;
  39. - (BOOL)setFauxCollectionViewCellsEnabled:(BOOL)arg1 error:(id *)arg2;
  40. - (void)_waitForViewControllerViewDidDisappearWithTimeout:(double)arg1;
  41. - (void)_waitForQuiescence;
  42. - (void)terminate;
  43. - (void)_launchUsingXcode:(BOOL)arg1;
  44. - (void)launch;
  45. - (id)application;
  46. - (id)description;
  47. - (id)lastSnapshot;
  48. - (XCUIElementQuery *)query;
  49. - (void)clearQuery;
  50. - (void)resolveHandleUIInterruption:(BOOL)arg1;
  51. - (id)initPrivateWithPath:(id)arg1 bundleID:(id)arg2;
  52. - (id)init;
  53. @end