XCUICoordinate Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in XCUICoordinate.h

  coordinate

@property (readonly) XCUICoordinate *coordinate

– coordinateWithOffset:

- (id)coordinateWithOffset:(struct CGVector)arg1

– copyWithZone:

- (id)copyWithZone:(struct _NSZone *)arg1

– dealloc

- (void)dealloc

– description

- (id)description

– doubleTap

- (void)doubleTap

  element

@property (readonly) XCUIElement *element

– init

- (id)init

– initWithCoordinate:pointsOffset:

- (id)initWithCoordinate:(id)arg1 pointsOffset:(struct CGVector)arg2

– initWithElement:normalizedOffset:

- (id)initWithElement:(id)arg1 normalizedOffset:(struct CGVector)arg2

  normalizedOffset

@property (readonly) struct CGVector normalizedOffset

  pointsOffset

@property (readonly) struct CGVector pointsOffset

– pressForDuration:

- (void)pressForDuration:(double)arg1

– pressForDuration:thenDragToCoordinate:

- (void)pressForDuration:(double)arg1 thenDragToCoordinate:(id)arg2

  referencedElement

@property (readonly) XCUIElement *referencedElement

  screenPoint

@property (readonly) struct CGPoint screenPoint

– tap

- (void)tap