You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import uiautomator2 as u2
d = u2.connect()
d.click(100,200)
这是我的代码,手机是vivo x9
在手机桌面的时候能够正常点击,在我的游戏应用里面无法完成点击
但是使用adb shell input tap 100 200 在我的游戏里面正常,有人能解答下吗?