openatx / facebook-wda

Facebook WebDriverAgent Python Client Library (not official)
MIT License
1.72k stars 266 forks source link

使用text输入文本后,后续其他操作都无法进行了 #96

Closed test20200324 closed 4 years ago

test20200324 commented 4 years ago

ios.py的text函数备注bug in wda for now,输入完要怎么才可以继续系一部

codeskyblue commented 4 years ago

你把代码也写一下

test20200324 commented 4 years ago

text(‘123’) touch(pos) 横屏情况下,在执行输入123,后续的touch就不行了,不过这个我已经解决了,但是是为什么我没有找到原因,使用Airtest的text就是会导致后续操作中断,最后我是用了你的facebook-wda才解决的 所以,我似乎issues提错地方了。。。

codeskyblue commented 4 years ago

那issue我先关掉了