Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
shell下的点击或者滑动会内存溢出!
@niheibie 这个应该不太可能,shell 的点击和滑动,demo 项目的dy存在大量的 这种操作 均未出现你说的 情况,你可以贴一下js 代码,我们看看
shell("input tap 500 500",true) 自己测就知道了。模拟器,不常出现,
shell缓存区内存不足问题
pro修复的这个问题!
var ra = new RootAutomator(); //让"手指1"点击位置(100, 100) ra.tap(100, 100, 1); //让"手指2"点击位置(200, 200); ra.tap(200, 200, 2); ra.exit();
这些也没用RootAutomator的方法用不了的, 不知道你测了没。模拟器root了