Sends a double click event at the coordinate.
SDK
- Xcode 7.2+
Framework
- XCTest
Declaration
func doubleClick()
Sends a double click event at the coordinate.
SDK
Framework
func doubleClick()
func click()
Sends a click event at the coordinate.
func click(for Duration: Time Interval, then Drag To: XCUICoordinate)
Clicks and holds for a specified duration (generally long enough to start a drag operation) then drags to the other coordinate.
func right Click()
Sends a right click event at the coordinate.