发送密钥不使用selenium处理上传文件元素

时间:2014-12-22 09:22:57

标签: c# selenium selenium-webdriver

我有一个自动化网页,其中包含文件上传元素(<input type='file'/>

上传文档我正在使用 SendKeys(docUrl)

 this.WaitForElement("XPATH", xpathAppFileUploaderButton);
 fileUploader = this.FindControlByXPath(xpathAppFileUploaderButton);
 fileUploader.SendKeys(filePath);

问题是,这个代码在IE8中运行正常,但是当我移动到IE9(window7)&amp; 10(window8)时,没有点击上传按钮。 我使用的是Selenium 2.44版。 在此先感谢。!!

0 个答案:

没有答案