使用Selenium WebDriver上传文件时,我已经看到很多问题和解决方案。但是它们都不适合以下情况。
有人给出了以下解决方案
// assuming driver is a healthy WebDriver instance
WebElement fileInput = driver.findElement(By.name("uploadfile"));
fileInput.sendKeys("C:/path/to/file.jpg");
但是我仍然找不到窗口句柄。我该如何处理?
我正在寻找上述方案的解决方案。
请在以下任何网站上进行检查。
http://www.uploadify.com/demos/
http://www.zamzar.com/
相关分类