Extension next page update

This commit is contained in:
naibo
2023-03-25 00:15:04 +08:00
parent 335204a407
commit a40f63663d
5 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -385,10 +385,10 @@ export default {
},
loopClickSingleElement: function () { //循环点击单个元素
sendLoopClickSingle(this.tname()); //识别下一页,循环点击单个元素和点击多个元素
if (this.tname() != "下一页元素") { //下一页元素不进行点击操作
// if (this.tname() != "下一页元素") { //下一页元素不进行点击操作
global.nodeList[0]["node"].focus(); //获得元素焦点
global.nodeList[0]["node"].click(); //点击元素
}
// }
clearEl();
},
loopClickEveryElement: function () { //循环点击每个元素