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.
我想使用 watir-webdriver 自动化我的 Web 应用程序的一些工作流程。我正在使用 Ubuntu。我想自动化 IE 上的所有工作流程。由于我使用 ubuntu 作为我的平台,因此需要以无头模式运行它。
有什么建议么?
我建议使用 VM 或单独的机器来测试 IE。如果您尝试在 Ubuntu 中运行 IE 测试,您很可能无法找到所需的 IEDriverServer。您也许可以使用 Wine 或其他解决方案,但我不知道对此有任何支持。