问答详情
源自:7-1 webdriver常见元素定位(上)

findElement报错

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

提问者:圣婴0 2018-03-15 14:36

个回答

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

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