SystemUtil.Run "C:\Program Files\Internet Explorer\IEXPLORE.EXE", "www.gmail.com"
wait (5)
Set obj = CreateObject ("Mercury.DeviceReplay")
obj.MouseClick 819, 484, 0 ' Click the left (0) mouse button on screen location 10, 50
obj.SendString "Type some text"
wait (5)
Set obj = CreateObject ("Mercury.DeviceReplay")
obj.MouseClick 819, 484, 0 ' Click the left (0) mouse button on screen location 10, 50
obj.SendString "Type some text"
No comments:
Post a Comment