AirtestProject / AirtestProject/Airtest
swipe() 在 MuMu 模拟器中上下滑动表现相反
Aberta
bug
- Linguagem predominante
- Python
- Estrelas
- 9.6k
- Forks
- 1.5k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**描述问题bug**
IDE中运行脚本,swipe是正常的,打包之后,发现swipe操作变成反向的了,只测过上下滑动,左右滑动没试过。
```
# 打包后在模拟器里
swipe([394, 334], [394, 1000])
# IDE中的
swipe([394, 1000], [394, 334])
```
**python 版本:** `Python 3.7.3`
**airtest 版本:** `1.1.0`
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.