AirtestProject / AirtestProject/Airtest
swipe() 在 MuMu 模拟器中上下滑动表现相反
Open
bug
- Dominant language
- Python
- Stars
- 9.6k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
**描述问题bug**
IDE中运行脚本,swipe是正常的,打包之后,发现swipe操作变成反向的了,只测过上下滑动,左右滑动没试过。
```
# 打包后在模拟器里
swipe([394, 334], [394, 1000])
# IDE中的
swipe([394, 1000], [394, 334])
```
**python 版本:** `Python 3.7.3`
**airtest 版本:** `1.1.0`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.