我在selenium中遇到了文件上传控制方面的一些困难。
我的代码在Windows 8上工作正常但是当我在Windows 7上运行此代码时。程序挂起一段时间然后它会给出异常。
下面是我用来在文件上传控件中选择文件的代码
IWebElement fileuploader = driver.FindElement(By.Name("uploadFile"));
fileuploader.SendKeys("C:\\temp\\file.txt");
例外:
对远程WebDriver服务器的URL请求 http://localhost/xxxxxxxxxxx/value在60秒后超时。
操作系统:Windows 7
提前致谢