gpt4 book ai didi

java - 如何使用xpath获取以下文本名称?

转载 作者:行者123 更新时间:2023-12-01 17:59:56 24 4
gpt4 key购买 nike

我尝试使用以下 xpath

driver.findElement(By.xpath("//div[contains(@class,'ReactTags__selected')]//span[1]/text()"));

但出现以下错误

"org.openqa.selenium.InvalidSelectorException: invalid selector: The result of the xpath expression "//div[contains(@class,'ReactTags__selected')]//span[2]/text()" is: [object Text]. It should be an element."

<div class="ReactTags__selected">
<span class="tag-wrapper ReactTags__tag" style="opacity: 1; cursor: auto;" draggable="true">
"TestName"
<a class="ReactTags__remove">×</a>
</span>
</div>

最佳答案

请尝试以下 Xpath。

希望对你有帮助

//div[contains(@class,'ReactTags__selected')]//span[2]/a/text()

关于java - 如何使用xpath获取以下文本名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60654929/

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