51Testing软件测试论坛

标题: Delphi插件安装,录制后无法回放 [打印本页]

作者: ao-jie    时间: 2010-6-14 12:38
标题: Delphi插件安装,录制后无法回放
脚本如下:
DelphiWindow("DelphiWindow").WinEdit("Edit").Set "100001"      -----可以识别
DelphiWindow("DelphiWindow").DelphiEditor("DelphiEditor").SetCaretPos  --开始报如下错误
DelphiWindow("DelphiWindow").DelphiEditor("DelphiEditor").SetCaretPos --开始报如下错误
DelphiWindow("DelphiWindow").DelphiButton("包体长度").Click  --开始报如下错误
提示如下
未指定的错误
Line (2): "DelphiWindow("DelphiWindow").DelphiEditor("DelphiEditor").SetCaretPos 35,10".
作者: TIB    时间: 2010-6-14 14:34
SetCaretPos  :Places the cursor at the specified point in the edit box.
是指点击编辑框的指定区域

考虑一下,脚本中是否可以不要 SetCaretPos  这句




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2