ao-jie 发表于 2010-6-14 12:38:32

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:38

SetCaretPos:Places the cursor at the specified point in the edit box.
是指点击编辑框的指定区域

考虑一下,脚本中是否可以不要 SetCaretPos这句
页: [1]
查看完整版本: Delphi插件安装,录制后无法回放