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.
我正在使用描述性编程。在播放过程中,我想检查是否出现了 Windows 打印对话框。然后我想单击该对话框中的取消按钮。
我的问题:偶尔 QTP 无法识别打印对话框,因此单击取消按钮失败。
这怎么可能有时失败,有时成功?
据我所知,您的代码正在引用按钮的 webelements 以供点击。所以我的建议是避免使用 webelements 并尽量不要使用它们。
如果您可以使用 description.create 来描述您的对象,您的工作会容易得多。
调试愉快。