gpt4 book ai didi

node.js - 从 selenium 元素获取字符串

转载 作者:太空宇宙 更新时间:2023-11-03 23:19:49 25 4
gpt4 key购买 nike

我正在使用这个: async function afterwait() {
var y = String(await driver.findElement(By.xpath("//*[contains(@id, 'executable_path')]")).getText())
console.log(y)
}
这是我试图进入这个变量的内容(仅 C:\Program Files... ):

<td class="version" id="executable_path">C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</td>它等待了一段时间,没有返回任何东西。如果没有异步和等待,它会返回我“[对象 promise ]”知道出了什么问题吗? :D

最佳答案

试试这个:

driver.findElement(By.id("executable_path")).getText() 

关于node.js - 从 selenium 元素获取字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51193234/

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