XCUIElementQuery.h 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 <WebDriverAgentLib/CDStructures.h>
  7. #import <XCTest/XCUIElementQuery.h>
  8. #import "XCTElementSetTransformer-Protocol.h"
  9. @class NSArray, NSOrderedSet, NSString, XCUIApplication, XCUIElement;
  10. @interface XCUIElementQuery ()
  11. {
  12. BOOL _changesScope;
  13. NSString *_queryDescription;
  14. XCUIElementQuery *_inputQuery;
  15. CDUnknownBlockType _filter;
  16. unsigned long long _expressedType;
  17. NSArray *_expressedIdentifiers;
  18. NSOrderedSet *_lastInput;
  19. NSOrderedSet *_lastOutput;
  20. id/*XCElementSnapshot*/ _rootElementSnapshot;
  21. // Added since Xcode 11.0 (beta)
  22. BOOL _modalViewPruningDisabled;
  23. }
  24. @property(copy) NSOrderedSet *lastOutput; // @synthesize lastOutput=_lastOutput;
  25. @property(copy) NSOrderedSet *lastInput; // @synthesize lastInput=_lastInput;
  26. @property(copy) NSArray *expressedIdentifiers; // @synthesize expressedIdentifiers=_expressedIdentifiers;
  27. @property unsigned long long expressedType; // @synthesize expressedType=_expressedType;
  28. @property BOOL changesScope; // @synthesize changesScope=_changesScope;
  29. @property(readonly, copy) CDUnknownBlockType filter; // @synthesize filter=_filter;
  30. // Added since Xcode 11.0 (beta)
  31. @property BOOL modalViewPruningDisabled; // @synthesize modalViewPruningDisabled=_modalViewPruningDisabled;
  32. @property(readonly) XCUIElementQuery *inputQuery; // @synthesize inputQuery=_inputQuery;
  33. @property(readonly, copy) NSString *queryDescription; // @synthesize queryDescription=_queryDescription;
  34. @property(readonly, copy) NSString *elementDescription;
  35. @property(readonly) XCUIApplication *application;
  36. @property(retain) id/*XCElementSnapshot*/ rootElementSnapshot; // @synthesize rootElementSnapshot=_rootElementSnapshot;
  37. @property(retain) NSObject<XCTElementSetTransformer> *transformer; // @synthesize transformer = _transformer;
  38. // Added since Xcode 11.0 (beta)
  39. @property(readonly, copy) XCUIElementQuery *excludingNonModalElements;
  40. // Added since Xcode 11.0 (GM)
  41. @property(readonly, copy) XCUIElementQuery *includingNonModalElements;
  42. - (id)matchingSnapshotsWithError:(id *)arg1;
  43. - (id)matchingSnapshotsHandleUIInterruption:(BOOL)arg1 withError:(id *)arg2;
  44. - (id)_elementMatchingAccessibilityElementOfSnapshot:(id)arg1;
  45. - (id)_containingPredicate:(id)arg1 queryDescription:(id)arg2;
  46. - (id)_predicateWithType:(unsigned long long)arg1 identifier:(id)arg2;
  47. - (id)_queryWithPredicate:(id)arg1;
  48. - (id)sorted:(CDUnknownBlockType)arg1;
  49. - (id)descending:(unsigned long long)arg1;
  50. - (id)ascending:(unsigned long long)arg1;
  51. - (id)filter:(CDUnknownBlockType)arg1;
  52. - (id)_debugInfoWithIndent:(id *)arg1;
  53. - (id)_derivedExpressedIdentifiers;
  54. - (unsigned long long)_derivedExpressedType;
  55. - (id)initWithInputQuery:(id)arg1 queryDescription:(id)arg2 filter:(CDUnknownBlockType)arg3;
  56. // Added since Xcode 11.0
  57. - (id/*XCElementSnapshot*/)elementSnapshotForDebugDescriptionWithNoMatchesMessage:(id *)arg1;
  58. // Added since Xcode 11.0
  59. - (id/*XCElementSnapshot*/)uniqueMatchingSnapshotWithError:(NSError **)arg1;
  60. /*! DO NOT USE DIRECTLY! Please use fb_firstMatch instead */
  61. - (XCUIElement *)firstMatch;
  62. @end