How to double tap with two fingers simultaneously in appium?

I have a requirement where i need to double tap with two fingers simultaneously on a button to navigate to next screen?

Can anybody help me here?

Have you taken a look at gestures? You don’t say which platform or language you are using so I’ll just post a general link for each platform:

https://appium.io/docs/en/writing-running-appium/ios/ios-xctest-mobile-gestures/

https://appium.io/docs/en/writing-running-appium/touch-actions/

1 Like

Tried with above link, it did not work

Which gesture exactly and what params string did you pass to the engine?
2 fingers simultaneously? Are your testing a game, seriously the only way?

I can only assume this is an app that has passed accessibility testing. Why don’t you just fall back to using the mechanism the developers put into the app for users with disabilities.

This isn’t helpful. Please try to provide more detail.