Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个“导出”按钮,因此单击它后会下载包含一些数据的 .csv 文件。
有没有办法在 Selenium2 中测试以下几点:
我将非常感谢所有关于如何使用 Java 完成上述任务的建议。
Native实际上,使用 selenium web 驱动程序处理窗口是不可能的。您可以使用第三方工具AutoIT来解决此类问题。
Native
AutoIT
有关AutoIT 教程的更多信息,这也是。
在 Firefox 中,你也可以做同样的事情。
FirefoxProfile 配置文件 = 新的 FirefoxProfile(profileDir); 驱动程序=新的 FirefoxDriver(配置文件);
FirefoxProfile 配置文件 = 新的 FirefoxProfile(profileDir);
驱动程序=新的 FirefoxDriver(配置文件);
下面你可以看到如何更改 firefox 文件下载设置
然后通过使用某种编程语言,你可以做剩下的事情
将 Sikuli 库集成到您的测试脚本中。您可以通过快照轻松进行比较。