driver.findElement(By.id("kw").sendKeys("java");编译不通过,是缺少哪个jar包吗?
driver.findElement(By.id("kw")).sendKeys("java")//注意右括号缺失