|
3#
楼主 |
发表于 2006-7-17 13:14:00
|
只看该作者
Window("Oracle Logon").WinObject("system").Click 117,5
Window("Oracle Logon").WinObject("system").Type "system"
Window("Oracle Logon").WinObject("TEdit").Click 7,7
Window("Oracle Logon").WinObject("TEdit").Type "system"
Window("Oracle Logon").WinObject("OK").Click 57,12
Window("PL/SQL Developer").WinObject("All objects").Click 132,9
Window("PL/SQL Developer").WinObject("TTreeView").DblClick 53,313
Window("PL/SQL Developer").WinObject("TTreeView").Click 50, 7, micRightBtn
Window("PL/SQL Developer").Window("Create user").WinObject("oa").Type DataTable("p_KeyboardInput", dtGlobalSheet)
Window("PL/SQL Developer").Window("Create user").WinObject("oa").Type micTab
Window("PL/SQL Developer").Window("Create user").WinObject("oa_2").Type DataTable("p_KeyboardInput1", dtGlobalSheet)
Window("PL/SQL Developer").Window("Create user").WinObject("TComboBox").Click 143,8
Window("PL/SQL Developer").Window("Create user").WinObject("TComboBox_2").Click 140,8
Window("PL/SQL Developer").Window("Create user").WinObject("TComboBox_3").Click 141,11
Window("PL/SQL Developer").Window("Create user").WinObject("TPageControl").Click 193,14
Window("PL/SQL Developer").Window("Create user").WinObject("TtsGrid").Click 144,22
Window("PL/SQL Developer").Window("Create user").WinObject("TPanel").Click 73,24
Window("PL/SQL Developer").Window("Edit user OA").WinObject("TPanel").Click 231,35
Window("PL/SQL Developer").Window("Edit user OA").WinObject("TPanel").Click 238,18
Window("PL/SQL Developer").Close
以上是我录制的脚本,请版主看一下,哪里有错误。
请版主指导一下,谢谢。 |
|