gpt4 book ai didi

selenium - 如何使用Selenium按值查找单选按钮元素?

转载 作者:行者123 更新时间:2023-12-04 00:19:05 24 4
gpt4 key购买 nike

直到现在我只是喜欢:

val radioButton4: WebElement = driver.findElement(By.id("FieldsubCode2"))

radioButton4.click

但现在我想按值查找元素,这个值:

enter image description here

所以我想去:
val radioButton4: WebElement = driver.findElement(By.value("3.2"))


radioButton4.click

我怎样才能做到这一点?

最佳答案

如果您只想按值查找,请使用,

driver.findElement(By.xpath("//input[@value='3.2']"));

关于selenium - 如何使用Selenium按值查找单选按钮元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34396515/

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