gpt4 book ai didi

Selenium WebDriver 从输入字段获取文本

转载 作者:行者123 更新时间:2023-12-03 00:46:20 25 4
gpt4 key购买 nike

我正在编写一个测试来断言 <input> 中的默认文本值标签。然而,它并没有发挥作用:

Assert.assertThat(webDriver.findElement(By.id("inputTag")).getText(), Matchers.is("2"));

最佳答案

这是 input 元素 - 您需要获取 value 属性:

webDriver.findElement(By.id("inputTag")).getAttribute("value")

关于Selenium WebDriver 从输入字段获取文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36202689/

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