| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- //
- // Generated by class-dump 3.5 (64 bit).
- //
- // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
- //
- #import <WebDriverAgentLib/CDStructures.h>
- #import <XCTest/XCUIElementQuery.h>
- #import "XCTElementSetTransformer-Protocol.h"
- @class NSArray, NSOrderedSet, NSString, XCUIApplication, XCUIElement;
- @interface XCUIElementQuery ()
- {
- BOOL _changesScope;
- NSString *_queryDescription;
- XCUIElementQuery *_inputQuery;
- CDUnknownBlockType _filter;
- unsigned long long _expressedType;
- NSArray *_expressedIdentifiers;
- NSOrderedSet *_lastInput;
- NSOrderedSet *_lastOutput;
- id/*XCElementSnapshot*/ _rootElementSnapshot;
- // Added since Xcode 11.0 (beta)
- BOOL _modalViewPruningDisabled;
- }
- @property(copy) NSOrderedSet *lastOutput; // @synthesize lastOutput=_lastOutput;
- @property(copy) NSOrderedSet *lastInput; // @synthesize lastInput=_lastInput;
- @property(copy) NSArray *expressedIdentifiers; // @synthesize expressedIdentifiers=_expressedIdentifiers;
- @property unsigned long long expressedType; // @synthesize expressedType=_expressedType;
- @property BOOL changesScope; // @synthesize changesScope=_changesScope;
- @property(readonly, copy) CDUnknownBlockType filter; // @synthesize filter=_filter;
- // Added since Xcode 11.0 (beta)
- @property BOOL modalViewPruningDisabled; // @synthesize modalViewPruningDisabled=_modalViewPruningDisabled;
- @property(readonly) XCUIElementQuery *inputQuery; // @synthesize inputQuery=_inputQuery;
- @property(readonly, copy) NSString *queryDescription; // @synthesize queryDescription=_queryDescription;
- @property(readonly, copy) NSString *elementDescription;
- @property(readonly) XCUIApplication *application;
- @property(retain) id/*XCElementSnapshot*/ rootElementSnapshot; // @synthesize rootElementSnapshot=_rootElementSnapshot;
- @property(retain) NSObject<XCTElementSetTransformer> *transformer; // @synthesize transformer = _transformer;
- // Added since Xcode 11.0 (beta)
- @property(readonly, copy) XCUIElementQuery *excludingNonModalElements;
- // Added since Xcode 11.0 (GM)
- @property(readonly, copy) XCUIElementQuery *includingNonModalElements;
- - (id)matchingSnapshotsWithError:(id *)arg1;
- - (id)matchingSnapshotsHandleUIInterruption:(BOOL)arg1 withError:(id *)arg2;
- - (id)_elementMatchingAccessibilityElementOfSnapshot:(id)arg1;
- - (id)_containingPredicate:(id)arg1 queryDescription:(id)arg2;
- - (id)_predicateWithType:(unsigned long long)arg1 identifier:(id)arg2;
- - (id)_queryWithPredicate:(id)arg1;
- - (id)sorted:(CDUnknownBlockType)arg1;
- - (id)descending:(unsigned long long)arg1;
- - (id)ascending:(unsigned long long)arg1;
- - (id)filter:(CDUnknownBlockType)arg1;
- - (id)_debugInfoWithIndent:(id *)arg1;
- - (id)_derivedExpressedIdentifiers;
- - (unsigned long long)_derivedExpressedType;
- - (id)initWithInputQuery:(id)arg1 queryDescription:(id)arg2 filter:(CDUnknownBlockType)arg3;
- // Added since Xcode 11.0
- - (id/*XCElementSnapshot*/)elementSnapshotForDebugDescriptionWithNoMatchesMessage:(id *)arg1;
- // Added since Xcode 11.0
- - (id/*XCElementSnapshot*/)uniqueMatchingSnapshotWithError:(NSError **)arg1;
- /*! DO NOT USE DIRECTLY! Please use fb_firstMatch instead */
- - (XCUIElement *)firstMatch;
- @end
|