openatx / atxserver2

Smart Phone Management. Reimplement of atx-server with Python
MIT License
1.34k stars 421 forks source link

feat: 滑动操作换成用 wda/touch/perform api ,提高滑动响应速度 #77

Closed chenhengjie123 closed 3 years ago

chenhengjie123 commented 3 years ago

目前用的 /wda/dragfromtoforduration api 响应速度比较慢,iPhone X 上测试响应在1.3s以上

而使用 /wda/touch/perform ,响应速度可以缩短到0.5s内,体验提升明显。且这个 api 是 appium 的手势操作使用的 api ,使用 appium 的 wda 都会带有这个 api ,长期来说相对稳定。

codeskyblue commented 3 years ago

666