|
已好,谢谢!版主!
Sub Main
Dim Result As Integer
'Initially Recorded: 2004-12-15 16:34:24
'Script Name: 4562
Window SetContext, "Caption=Program Manager", ""
ListView DblClick, "ObjectIndex=1;\;ItemText=Internet Explorer", "Coords=20,18"
Window SetContext, "Caption=about:blank - Microsoft Internet Explorer", ""
Window MoveTo, "", "Coords=166,242"
ComboEditBox Click, "ObjectIndex=4", "Coords=95,1"
InputKeys "{BKSP}www.google.com{ENTER}"
GenericObject Click, "Class=Internet Explorer_Server;ClassIndex=1", "Coords=341,229"
GenericObject Click, "Class=Internet Explorer_Server;ClassIndex=1", "Coords=317,180"
InputKeys "{BKSP}{BKSP}{BKSP}{BKSP}测试网站"
GenericObject Click, "Class=Internet Explorer_Server;ClassIndex=1", "Coords=341,208"
Window CloseWin, "", ""
End Sub |
|