gpt4 book ai didi

java - 从 href 中捕获文本

转载 作者:行者123 更新时间:2023-12-02 11:33:23 25 4
gpt4 key购买 nike

<h1 class="currentStatusUserName">
<a href="/_ui/core/userprofile/UserProfilePage">Apttus 0614CommSalesRep1</a>

我正在 try catch 变量Apttus 0614CommSalesRep1,但我没有成功执行以下操作

salesUser = driver.findElement(By.xpath(
"//a[@href='/_ui/core/userprofile/UserProfilePage']"))
.getText();

最佳答案

.getText()的替代方法

driver.findElement(By.xpath("")).getAttribute("innerHTML");
driver.findElement(By.xpath("")).getAttribute("textContent");

关于java - 从 href 中捕获文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49115647/

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