Wednesday 24 September 2014

Sending data to edit field without using SET method and Send keys

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"

No comments:

Post a Comment