大家好,我是公众号三分钟学堂的郭力源。今天给大家带来对指定文章评论的赞美剧本分享。(大卫亚设)。
操作流程简介
【1】根据公众号指定链接打开文章
【2】滑到文章底部点赞
【3】留言评论预先准备的内容
学习的知识点
①用微信打开指定链接
②页面滑动到底检测
③检测是否点过赞了
代码
Import ";
Import "j;
j
Dim uri=";
("am start -n com. -d " & uri)
Delay 3000
Do
dim Tab = j("By.res('js_bottom_zan_btn')","'rect'")
If Tab Then
If Tab[4] - Tab[2] > 10 Then
TracePrint "点赞按钮出现了"
Exit Do
Else
TracePrint "继续滑动"
End If
End If
Swipe 200, 800, 200, 300, 300
Delay 500
Loop
dim zan=j("By.text($('赞.*'))","text")
Dim zanqian=(zan,"%d+")
TracePrint zanqian(0)
Delay 300
j ("By.res('js_bottom_zan_btn')")
Delay 300
zan=j("By.res('js_bottom_zan_btn')")
Dim zanhou=(zan,"%d+")
TracePrint zanhou(0)
If CInt(zanhou(0)) > CInt(zanqian(0)) Then
TracePrint "点赞成功"
Else
TracePrint "已经点过赞,恢复点赞"
j ("By.res('js_bottom_zan_btn')")
End If
Delay 1000
Do
Tab = j("By.res('js_cmt_write')","'rect'")
If Tab Then
If Tab[4] - Tab[2] > 10 Then
TracePrint "开始留言"
Exit Do
Else
TracePrint "继续滑动"
End If
End If
Swipe 200, 600, 200, 300, 300
Delay 500
Loop
j ("By.res('js_cmt_write')")
Delay 1000
InputText "教程不错"
Delay 1000
j ("By.text('提交')")