Can I press with tap in XCUITest to simulate multiple drag selection?

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?

Can I press with tap in XCUITest to simulate multiple drag selection?
 
 
Q