gpt4 book ai didi

javascript - 使用 Puppeteer 时等待文本出现

转载 作者:数据小太阳 更新时间:2023-10-29 03:49:04 25 4
gpt4 key购买 nike

我想知道是否有与 Selenium 类似的方法来等待特定元素的文本出现。我试过这样的事情,但它似乎没有等待:

await page.waitForSelector('.count', {visible: true});

最佳答案

您可以使用waitForFunction。参见 https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagewaitforfunctionpagefunction-options-args

包括@elena 的答案完整性解决方案:

await page.waitForFunction('document.querySelector(".count").inner‌​Text.length == 7');

关于javascript - 使用 Puppeteer 时等待文本出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46825300/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com