|
请教为什么一使用请教qtp的regular Expressions,就会出现Cannot identify the object "txtPoi_id" (of class SwfEdit). Verify that this object's properties match an object currently displayed in your application.的错误。脚本如下
SwfWindow("SmartBSC [2.2.158.0]").SwfButton("指標設定").Click
SwfWindow("指標設定").SwfTreeView("treeView1").Select "學習成長面;人力資源目標"
SwfWindow("指標設定").SwfButton("新增(F1)").Click
SwfWindow("指標設定").SwfEdit("txtPoi_id").Set DataTable("txtPoi_id_swfname", dtGlobalSheet)
SwfWindow("指標設定").SwfEdit("txtPoint").Set "信息"
SwfWindow("指標設定").SwfComboBox("cbOverdate").Select "每月"
SwfWindow("指標設定").SwfList("lstPara").Activate "本年度營收總額"
SwfWindow("指標設定").SwfButton("儲存(F5)").Click
SwfWindow("指標設定").SwfButton("關閉(F4)").Click
[ 本帖最后由 lch_love_hl 于 2008-3-26 15:12 编辑 ] |
|