page.MustWait(`() => {
window.astr = Array.from(document.querySelectorAll('#noResult > div > div > p:nth-child(3)')).map(
article=>article.innerHTML).join("\n");console.log(window.astr);
if (window.astr == ""){return true};
return window.astr.indexOf("We could not find any") > -1;}`)
标签:rod,window,设置,go,astr,等待 From: https://www.cnblogs.com/angdh/p/17117318.html