我也遇到了这个问题,我解决了这个问题我把方案说出来。
let object = find();if (!object.empty()) { log("找到啦"); object.forEach(function(currentValue, index) { log(currentValue.text(),index) log(currentValue.classname) log(currentValue) });
} else { log("没找到╭(╯^╰)╮");};
然后根据这个 代码找出控件然后做一个检测线程去点击这个按钮。