findElement报错

来源:7-1 webdriver常见元素定位(上)

圣婴0

2018-03-15 14:36

报错 Exception in thread "main" org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"id","selector":"KW"} Command duration or timeout: 445 milliseconds 是什么原因呢

写回答 关注

1回答

  • 佛葩之花
    2018-03-26 16:23:51

    贴html代码看看,如果你是定位百度的输入框,那只是因为id写错了,应该是driver.findElement(By.id("kw")),kw是英文字母小写

自动化测试之selenium工具使用

web自动化测试selenium从0基础开始。

51928 学习 · 192 问题

查看课程

相似问题