gpt4 book ai didi

javascript - 如何从 puppeteer 中的 elementHandle 中选择 innerHTML

转载 作者:行者123 更新时间:2023-12-01 16:32:54 25 4
gpt4 key购买 nike

使用节点 puppeteer 模块,如何继续使用此代码在此处获取 innerContent?

const els = Promise.all(await page.$$(selector)).then(results => {
results.map(async el => {
const tr = await el.$('tr')
//How do I convert this element handle to get its innerText content?
})
})

最佳答案

像这样

textValue = tr.getProperty('innerText').jsonValue()

关于javascript - 如何从 puppeteer 中的 elementHandle 中选择 innerHTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48513258/

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