gpt4 book ai didi

selenium - 发生异常 : org. openqa.selenium.InvalidSelectorException -- 在 Selenium RC 中

转载 作者:行者123 更新时间:2023-12-04 06:04:41 26 4
gpt4 key购买 nike

当我试图从文本框中获取值时,它抛出 No such element found issues,

以下是我的字段属性:

input id="altid" class="firstColumnInput text C1 disabled" type="text" value="100281" securityidpath="MEMBER_DEMOGRAPHICS.INDICATIVE_INFORMATION.INDICATIVE_INFORMATION.PERSON.ALT_IDENTIFIER" name="$EntryField$7" lockrequired="true" tabindex="-1" readonly="readonly"



获取值的代码是:

driver.findElement(By.xpath(OR.getProperty(object))).getAttribute("value");



结果:

org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"xpath","selector":"//*[@id=\"age\"]"} For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html Build info: version: '2.2.0', revision: '13073', time: '2011-07-25 19:23:22' System info: os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.6.0_22' Driver info: driver.version: EventFiringWebDriver



请建议我如何解决这个问题。

最佳答案

尝试使用带有输入 ID 的 xpath 进行搜索,例如:

driver.findElement(By.xpath("//*[@id=\"altid\"]")).getAttribute("value");

关于selenium - 发生异常 : org. openqa.selenium.InvalidSelectorException -- 在 Selenium RC 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8502283/

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