-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于模拟器前台的一些个人经验 #7
Comments
感谢提供思路,看了下这种方法针对性比较强,前提是要知道子句柄的标题,我电脑上装了Hyper-V,没法按模拟器不想调试,改天装上吧,我也先弄个偷懒的兼容方法,改天把其他模拟器慢慢加上哈哈哈哈~
|
我试了木木雷电夜神,都是这样的结构,找到模拟器的第一个子句柄就行。当然木木点击无效。 |
模拟器的后台兼容我还是想用adb的方式来解决 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
经测试在雷电模拟器下是可以的,只需要添加一行代码,可以移步最后面。
可以用spy++查看,模拟器最顶端是一个模拟器的窗口,然后还有subwindow,
例如雷电模拟器,
窗口名字:
雷电模拟器
TheRender
sub
获取到这个TheRender的handle给handle_num即可
另外,木木模拟器实测无法完成点击,有可能是对后台模拟操作进行了屏蔽。
自用偷懒的改法,
The text was updated successfully, but these errors were encountered: