gpt4 book ai didi

java - findElement by.xpath 不适用于 Html5 部分标记?

转载 作者:行者123 更新时间:2023-12-02 05:35:11 26 4
gpt4 key购买 nike

xpath 的 findElement 不适用于节标签。我尝试了几次 xpath 也不是动态的,而是静态的,但我仍然收到此消息

Exception in thread "main" org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"xpath","selector":"/html/body/div[2]/section/div/div/div/div/div/form/div/div[2]/div[3]/div/div[2]/div/input"} Command duration or timeout: 6.66 seconds"

我还搜索了有关此问题的几种表格,许多人说使用最新的 selenium 独立 jar 文件。我仅使用最新版本“selenium-server-standalone-2.42.2.jar”

相关 HTML:

<div id="uploading-url">
<p class="reduce-space"><img alt="web_image" src="/images/content/duelr/web.png"></p>
<input placeholder="Enter URLs to upload from web" type="text">
</div>

最佳答案

使用以下 xpath 获取 input 标记的元素:

//div[@id='uploading-url']//input

关于java - findElement by.xpath 不适用于 Html5 部分标记?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25053067/

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