AirtestProject / AirtestProject/Airtest

Multitouch is not working for triple touch or above

Aperta
#1,134 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
9.6k
Fork
1.5k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I have referred one of the [https://github.com/AirtestProject/Airtest/blob/master/playground/android_motionevents.py](url) GitHub for multi touch events. But only up to Second finger is happening. Triple touch or above not working properly.
Kindly provide me your suggestions to perform triple touch for Android and IOS using Airtest functions.

# 1. tap with three fingers
multitouch_event = [
DownEvent((100, 100), 0),
DownEvent((200, 200), 1), # second finger
DownEvent((300, 300), 2), # third finger
SleepEvent(1),
UpEvent(0), UpEvent(1),UpEvent(2)]

dev.touch_proxy.perform(multitouch_event)
sleep(1)

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.