报错 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是英文字母小写