How do you perform quadruple or multiple consecutive taps?

Experimented with x2 double tap activities with 0 delays but not having any luck triggering the UI which will activate a popup after 4 quick tap successions.
image

What you tried didn’t work because all the commands are issued through Appium, so you have latencies induced by network and Appium between the two commands. You need to somehow issue a single command that can execute 4 taps one after the other. AFAIK now this isn’t possible by using Mobile Automation Activities.

It is possible, I think, to get around it if you have the Appium SessonId but right now the only reliable way I know of getting the session Id is only working at runtime, not when you execute the workflow through MDM, so it isn’t a fully working solution.