【探探】用自动化脚本实现浏览页面、点赞、评论等功能

脚本结构解释

  1. 变量声明 (declareVar)

    • temp: 临时变量,初始化为 null
    • ret: 用于存储返回结果,初始化为 null
    • view: 用于存储视图或UI控件的引用,初始化为 null
    • viewContainer: 用于存储视图容器的引用,初始化为 null
    • tag: 用于存储标签,初始化为 null
    • item: 用于存储特定的项目或数据项,初始化为 null
    • index: 用于存储索引,初始化为 null
    • data: 用于存储字符串数据,初始化为空字符串 ""
    • text: 用于存储文本,初始化为空字符串 ""
    • p_data: 全局变量,初始化为 “可以认识一下吗?”。
  2. 主业务逻辑 (main)

    • desc: 描述为 “业务逻辑入口”。
    • enable: 设置为 true,表示启用此逻辑。
    • debug: 设置为 false,表示关闭调试模式。
    • enableScreenShot: 设置为 true,表示允许截屏。
    • confirmPermissionTag: 权限确认标签为 “立即开始|允许”。
  3. 启动探探APP (launchApp)

    • desc: “【启动探探app】”。
    • packageName: 应用的包名 “com.p1.mobile.putong”。
    • tag: 用于识别 “txt:发现#” 标签的控件。
    • maxStep: 最大步骤数为 30。
    • children:
      • 提示APP启动成功 (toast):显示提示信息 “【提示】APP启动成功”。
      • 点击导航栏中的发现按钮 (click):点击导航栏中的 “发现” 按钮进入页面,并等待2秒。
  4. 循环事件 (loop)

    • desc: 描述为 “【循环事件】点赞+评论+上滑屏幕”。

    • enable: 设置为 true,表示启用此循环。

    • debug: 设置为 true,表示开启调试模式。

    • minRunTime: 最小运行时间为 30秒。

    • maxRunTime: 最大运行时间为 60秒。

    • 子操作:

      • 广告处理 (findViewAndDeal)

        • 检查页面内容:如果存在特定文本如 “热门话题”、“查看更多” 等,则进行页面滚动或其他操作。
        • 处理支付页面:如果遇到支付页面,点击关闭按钮。
        • 刷新页面:点击刷新按钮。
      • 页面滑动 (scroll):向上滑动页面。

      • 点赞 (searchView):查找并点击点赞按钮,显示点赞成功提示。

      • 评论 (searchView):查找并点击评论按钮,粘贴评论内容并发送。

      • 返回上一个页面 (back2Page):完成操作后返回上一个页面。

  5. 完成提示 (toast):每次完成点赞和评论后,显示提示 “【提示】已完成一条动态的点赞+评论”。

总结

这个脚本主要功能是在探探应用中自动化执行点赞和评论操作。它通过模拟用户的滑动、点击等行为来实现特定任务,能够处理意外弹出的广告和支付页面,并在完成操作后提示用户。

笔记

  1. 自动化脚本结构

    • 由变量声明、主逻辑入口、操作步骤定义、提示信息等部分组成。
  2. 核心功能

    • 启动APP、进入指定页面、自动点赞和评论、处理广告和支付页面。
  3. 提示和反馈

    • 使用 toast 提示用户操作进度和状态。
  4. 回退处理

    • 使用 back2Page 方法处理页面回退操作,确保脚本能正常返回操作起点。
  5. 调试和截屏

    • 通过开启调试模式和截屏功能帮助开发者监控和调试脚本的执行过程。
{"type":"root","children":[{"type":"declareVar","var":[{"name":"temp","type":"normal","initType":"null","initValue":"null"},{"name":"ret","type":"normal","initType":"null","initValue":"null"},{"name":"view","type":"normal","initType":"null","initValue":"null"},{"name":"viewContainer","type":"normal","initType":"null","initValue":"null"},{"name":"tag","type":"normal","initType":"null","initValue":"null"},{"name":"item","type":"normal","initType":"null","initValue":"null"},{"name":"index","type":"normal","initType":"null","initValue":"null"},{"name":"data","type":"normal","initType":"string","initValue":""},{"name":"text","type":"normal","initType":"string","initValue":""},{"name":"p_data","type":"global","initType":"string","initValue":"可以认识一下吗?"}],"desc":"变量声明"},{"type":"main","desc":"业务逻辑入口","enable":true,"debug":false,"enableScreenShot":true,"confirmPermissionTag":"立即开始|允许","params":[],"children":[{"type":"launchApp","desc":"【启动探探app】","enable":true,"debug":false,"packageName":"com.p1.mobile.putong","tag":"txt:发现#","failed":"","maxStep":"30","children":[{"type":"toast","desc":"【提示】APP启动成功","enable":true,"debug":false,"textList":["string-【提示】APP启动成功"],"x":"-1","y":"-1","duration":"1000","beforeWait":"0","afterWait":"500"},{"type":"click","desc":"【点击】点击导航栏中的发现按钮","class":1,"enable":true,"debug":false,"tag":"txt:发现#","root":"","widgetIndex":"0","family":[],"descendant":[],"mode":"2","failed":"","maxStep":"5","clickCount":"1","clickDuration":"-1","longClick":false,"random":true,"duration":"500","beforeWait":"0","afterWait":"2000","children":[{"type":"toast","desc":"【提示】成功进入发现页面","enable":true,"debug":false,"textList":["string-【提示】成功进入发现页面"],"x":"-1","y":"-1","duration":"2000","beforeWait":"0","afterWait":"0"},{"type":"loop","desc":"【循环事件】点赞+评论+上滑屏幕","class":1,"enable":true,"debug":true,"minRunTime":"float-30","maxRunTime":"float-60","children":[{"type":"findViewAndDeal","desc":"【广告】如果跳转到首页,支付等页面,跳转到发现页面","enable":true,"debug":false,"root":"","failed":"","duration":"500","maxStep":"5","beforeWait":"0","afterWait":"0","widgetIndex":"0","dealItems":[{"key":"txt:热门话题#","value":{"type":"scroll","desc":"滚动处理","class":1,"enable":true,"debug":false,"direction":"up","tag":"","family":[],"descendant":[],"widgetIndex":"0","minDistance":"0.8","maxDistance":"0.8","minScrollCount":"1","maxScrollCount":"1","minDuration":"500","maxDuration":"500","beforeWait":"1000","afterWait":"1000"}},{"key":"txt:查看更多#","value":{"type":"scroll","desc":"滚动处理","class":1,"enable":true,"debug":false,"direction":"up","tag":"","family":[],"descendant":[],"widgetIndex":"0","minDistance":"0.8","maxDistance":"0.8","minScrollCount":"1","maxScrollCount":"1","minDuration":"500","maxDuration":"500","beforeWait":"1000","afterWait":"1000"}},{"key":"txt:查看资料#","value":{"type":"click","desc":"点击","class":1,"enable":true,"debug":false,"tag":"txt:发现#","root":"","widgetIndex":"0","family":[],"descendant":[],"mode":"2","failed":"","maxStep":"5","clickCount":"1","clickDuration":"-1","longClick":false,"random":true,"duration":"500","beforeWait":"0","afterWait":"1000"}},{"key":"txt:确认协议并支付#","value":{"type":"click","desc":"点击","class":1,"enable":true,"debug":false,"tag":"id:com.p1.mobile.putong:id/close#","root":"","widgetIndex":"0","family":[],"descendant":[],"mode":"2","failed":"","maxStep":"5","clickCount":"1","clickDuration":"-1","longClick":false,"random":true,"duration":"500","beforeWait":"0","afterWait":"1000"}},{"key":"txt:刷新#","value":{"type":"click","desc":"点击","class":1,"enable":true,"debug":false,"tag":"txt:刷新#","root":"","widgetIndex":"0","family":[],"descendant":[],"mode":"2","failed":"","maxStep":"5","clickCount":"1","clickDuration":"-1","longClick":false,"random":true,"duration":"500","beforeWait":"0","afterWait":"1000"}}]},{"type":"scroll","desc":"负责页面的上下滑动","class":1,"enable":true,"debug":false,"direction":"up","tag":"#","family":[],"descendant":[],"widgetIndex":"0","minDistance":"0.9","maxDistance":"0.9","minScrollCount":"1","maxScrollCount":"1","minDuration":"1000","maxDuration":"1000","beforeWait":"0","afterWait":"1000"},{"type":"searchView","desc":"【查找点赞按钮】并返回点赞控件+点击","enable":true,"debug":false,"tag":"txt:打招呼#","root":"","family":[0,0,1],"failed":"","duration":"500","maxStep":"5","beforeWait":"0","afterWait":"0","fetchResultIndex":"0","returnVarIsLocal":false,"children":[{"type":"click","desc":"点击","class":1,"enable":true,"debug":false,"tag":"cn:android.widget.TextView#","root":"view","widgetIndex":"0","family":[],"descendant":[],"mode":"2","failed":"","maxStep":"5","clickCount":"1","clickDuration":"-1","longClick":false,"random":true,"duration":"500","beforeWait":"0","afterWait":"1000"},{"type":"toast","desc":"【提示】点赞成功的提示框","enable":true,"debug":false,"textList":["string-【提示】点赞成功的提示框"],"x":"-1","y":"-1","duration":"1000","beforeWait":"0","afterWait":"1000"}]},{"type":"searchView","desc":"【查找评论按钮】并返回评论控件+点击","enable":true,"debug":false,"tag":"txt:打招呼#","root":"","family":[0,0,2],"failed":"","duration":"0","maxStep":"5","beforeWait":"0","afterWait":"100","fetchResultIndex":"0","returnVarIsLocal":false,"children":[{"type":"click","desc":"点击","class":1,"enable":true,"debug":false,"tag":"cn:android.widget.TextView#","root":"view","widgetIndex":"0","family":[],"descendant":[],"mode":"2","failed":"dealAD","maxStep":"5","clickCount":"1","clickDuration":"-1","longClick":false,"random":true,"duration":"500","beforeWait":"0","afterWait":"0","children":[{"type":"toast","desc":"【提示】成功进入评论详情页","enable":true,"debug":false,"textList":["string-【提示】成功进入评论详情页"],"x":"-1","y":"-1","duration":"1000","beforeWait":"0","afterWait":"1000"},{"type":"paste","desc":"粘贴文本","class":1,"enable":true,"debug":true,"data":"var-p_data!-2","tag":"id:com.p1.mobile.putong:id/text#","root":"","widgetIndex":"0","family":[],"descendant":[],"mode":"set","duration":"500","failed":"","maxStep":"5","beforeWait":"0","afterWait":"500"},{"type":"click","desc":"点击发送","class":1,"enable":true,"debug":false,"tag":"txt:发送|cn:android.widget.TextView#","root":"","widgetIndex":"0","family":[],"descendant":[],"mode":"1","failed":"","maxStep":"5","clickCount":"1","clickDuration":"-1","longClick":false,"random":true,"duration":"500","beforeWait":"500","afterWait":"1000"},{"type":"back2Page","desc":"返回上一个页面","enable":true,"debug":false,"tag":"txt:发现#","root":"","backFirst":"true","failed":"","duration":"500","maxStep":"5","beforeWait":"500","afterWait":"1000"}]}]},{"type":"toast","desc":"【提示】已完成一条动态的点赞+评论","enable":true,"debug":false,"textList":["string-【提示】已完成一条动态的点赞+评论"],"x":"-1","y":"-1","duration":"1000","beforeWait":"0","afterWait":"0"}]}]}]}]}],"desc":"根模块","enable":true,"debug":false}
  • 19
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值