ChromeDriver文件上传示例

Man*_*ngh 0 java google-chrome webdriver selenium-webdriver

ChromeDriver开发团队已经解决了这个问题:http://code.google.com/p/selenium/issues/detail? id = 1725&q = chrome%20file%20upload&solpec = ID%20Stars%20Type%20Status%20Priority%20Milestone %20Owner%20Summary

但我无法实现它.有人可以向我展示一个示例或使用ChromeDriver在Chrome上测试文件上传的解决方法吗?

jar*_*rib 6

driver.findElement(By.id("upload")).sendKeys("/path/to/the/file");
Run Code Online (Sandbox Code Playgroud)

  • 这不适用于Chrome.虽然很好用于Firefox. (2认同)
  • 它在Chrome中运行良好.我们在Selenium树中进行了测试. (2认同)