圣婴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 是什么原因呢
贴html代码看看,如果你是定位百度的输入框,那只是因为id写错了,应该是driver.findElement(By.id("kw")),kw是英文字母小写
自动化测试之selenium工具使用
51928 学习 · 192 问题
相似问题