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.
我已经使用 selenium 和 java 绑定(使用 eclipse)编写了一些浏览器自动化测试。
客户希望有一个消息框说“测试 xy 正在开始”并希望测试人员确认开始,即模式消息框。
这可以以某种方式实现吗?
我仍然没有找到对 selenium 的良好参考(谷歌代码相当不错,但似乎遗漏了一些部分)。
已经尝试使用带有 Webdriver.wait 的 JDialog,但它不起作用。它要么根本不等待,要么永远等待。