gpt4 book ai didi

selenium-webdriver - getAttribute ("value") 返回空值,为什么?

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

我的代码是

String OTP = driver.findElement(By.xpath("//span[@id='otp']")).getAttribute("value");
System.out.println(OTP);

最佳答案

假设您正在尝试获取跨度中的文本。 getAttribute("value")仅适用于文本框、文本区域。对于跨度 div 和其他使用 getText()

driver.findElement(By.xpath("//span[@id='otp']")).getText();

关于selenium-webdriver - getAttribute ("value") 返回空值,为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39888553/

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