已采纳回答 / 慕码人2681333
可以选择用XPath进行定位。如以下代码:driver.findElement(By.xpath(".//*[@id='kw']")).sendKeys("Selenium");
2017-04-16