Jump to content

mohanraj8690

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mohanraj8690

  1. Here is simple script working fine. #include <ImageSearch.au3> $x1=0 $y1=0 MsgBox(0,"start","start") do $result = _ImageSearch("C:\Users\a-mrayappa\Desktop\ImageSearch\filetrans\1.png",1,$x1,$y1,0) until $result = 1; if $result=1 Then MouseMove($x1,$y1,3) MouseClick("left", $x1,$y1, 1) WinWait("[Title:TightVNC File Transfer]", "", 10) else MsgBox(0,"MSG","End") EndIf EndFunc Make Sure your running script in the same folder of your imagesearch library package file extracted folder. I have enclosed imagesearch library zip file extract and use it. It works in 32 and 64 bit both. Have fun with AUTOIT. ImageSearch.zip
×
×
  • Create New...