通过Selenium自动上传文件的问题

时间:2015-10-07 13:12:09

标签: c# selenium selenium-webdriver windows-7

我在selenium中遇到了文件上传控制方面的一些困难。

我的代码在Windows 8上工作正常但是当我在Windows 7上运行此代码时。程序挂起一段时间然后它会给出异常。

下面是我用来在文件上传控件中选择文件的代码

IWebElement fileuploader = driver.FindElement(By.Name("uploadFile"));
fileuploader.SendKeys("C:\\temp\\file.txt");
  • 代码是用C#编写的。
  • 例外:

      

    对远程WebDriver服务器的URL请求   http://localhost/xxxxxxxxxxx/value在60秒后超时。

  • 操作系统:Windows 7

  • 浏览器:Internet Explorer 9

提前致谢

0 个答案:

没有答案