Hi.
I've already use press(forDuration:thenDragTo:withVelocity:thenHoldForDuration method to simulate single drag in my XCUITest target, and I want to test multiple drag selection interaction with it. Can I simulate two or more simultaneous user interactions with any public APIs?
I've already use press(forDuration:thenDragTo:withVelocity:thenHoldForDuration method to simulate single drag in my XCUITest target, and I want to test multiple drag selection interaction with it. Can I simulate two or more simultaneous user interactions with any public APIs?