一、sendkeys()上传
HTML源码
<td>sendkeys上传</td> <div id='pf'><input type='file' id='postfile'/></div>
java代码
WebElement pf=driver.findElement(By.xpath("//*[@id='pf']/input")); pf.sendKeys("C:\sendkeys.txt");