AirtestProject / AirtestProject/Airtest

Multitouch is not working for triple touch or above

オープン
#1,134 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
9.6k
フォーク
1.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

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)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。