次のように Android デバッグ ブリッジまたは AndroidViewClient でdrag
orコマンドを使用するのではなく:swipe
device.drag((600,800),(600,1200), 1000)
device.shell('input touchscreen swipe 600 800 600 1200 1000')
次のようなものをシミュレートする方法はありますか?
1. press down on some coordinates (eventType=DOWN)
2. sleep 2 seconds (i.e. keep holding there)
3. move to some other coordinates
2. sleep 2 seconds (i.e. keep holding there)
5. release (eventType=UP)
基本的には、タッチして数秒間押し続け、ドラッグして数秒間押し続けてから離します。