文章正文
确保已经安装Xcode开发工具
brew install Carthage
brew install npm
./Scripts/bootstrap.sh
也来玩玩微信跳一跳小程序
安装iphone 自动化测试工具
pip install facebook-wda
安装libimobiledevice
brew install libimobiledevice
安装WebDriverAgent
实现截屏与点击屏幕
c = wda.Client() s = c.session() def pull_screenshot(): c.screenshot('autojump.png') def jump(distance): press_time = distance * time_coefficient print('press_time = ',press_time) s.tap_hold(200,200,press_time)
算法实现
参考大神的算法
https://github.com/wangshub/wechat_jump_game
加入随机性
发现用脚本测试的已经没法上排行榜了,应该是被微信后台检测到了,只能放大随机性去干扰,看看行不行, 貌似可以了,哈哈
Jan. 4, 2018, 12:32 a.m. 作者:zachary 分类:iOS 阅读(2374) 评论(0)
评论列表:
评论: