qtp运行报错的提示什么意思?
Cannot find the "FLIGHT" object's parent "Flight Reservation" (class Window). Verify that parent properties match an object currently displayed in your application.经常有这个提示,这是什么问题,怎么避免? 报着个错误的原因是Flight Reservation窗口不存在,或者当前打开了多个Flight Reservation窗口造成的,运行脚本前要确认所有同名的窗口是否已经关闭了。还可以在脚本的第一行加上systemutil.CloseProcessByName "Flight4a.exe",用来关闭所有名字为Flight4a.exe的进程 找不到对象,对象没出现。
页:
[1]