AirtestProject / AirtestProject/Airtest
Multitouch is not working for triple touch or above
- Lenguaje dominante
- Python
- Estrellas
- 9.6k
- Forks
- 1.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start with playground/android_motionevents.py and the dev.touch_proxy.perform(multitouch_event) entry point shown in the report. Reproduce the three-finger sequence on Android and iOS, then trace why the third DownEvent is not handled; done means triple touch and higher multitouch sequences work correctly on both platforms.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- android, ios, python
- Área
- mobile-dev, testing-qa
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100