用于上传文件的Selenium“sendkeys”在chrome下无效,但在firefox

时间:2015-06-09 22:23:19

标签: java google-chrome selenium selenium-webdriver sendkeys

我不知道为什么同样的方法不能在chrome下工作:

profileFilePath1 = "C:\\test\\1.zip";

driver.findElement(By.xpath("//input[@name='upload']")).sendKeys(profileFilePath1);
driver.findElement(By.xpath("//input[@value='Upload']")).submit();

控制台中没有错误。它被告知该文件无效,这是浏览器的检查。

但它在firefox中运行完美。

0 个答案:

没有答案