gpt4 book ai didi

javascript - selenium 使用 javascript 定位没有 id 或 name 的元素

转载 作者:行者123 更新时间:2023-11-30 19:49:47 29 4
gpt4 key购买 nike

我总是通过 getElementId 来定位元素,

并使用发送值

document.getElementId(id).value = "某事"。

但我发现一个没有 ID 或名称的按钮

< input type="submit"class="button"accesskey="l"value="click me"tabindex="3">

现在我怎样才能找到它???

最佳答案

我认为你需要:

IWebElement element = webDriver.FindElement(By.ClassName("button"));

虽然我不明白你目前使用的 Selenium 是什么?

关于javascript - selenium 使用 javascript 定位没有 id 或 name 的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10511259/

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