大王饶命
Results
2
issues of
大王饶命
## 环境 机型:iPhone 7 系统版本:11.2.1 显示宽度:375 显示高度:667 (横屏相反) ## 问题描述 在横屏状态下`LANDSCAPE_RIGHT`,`LANDSCAPE`,当`i`值出现大于等于750时,就会出现点击错位的问题 ## 代码如下 ```python import wda client = wda.Client() session = client.session() session.orientation = wda.LANDSCAPE def tap(x, y): session.tap_hold(x /...
bug
wda issue
### Describe the feature After executing `initSession`, Puppeteer will be launched and a page will be created. If I want to implement some custom events to solve the captcha problem,...