au.bmp
haha ok
#include <ImageSearch.au3>
$x1 = 0
$y1 = 0
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$result = _ImageSearch("au.bmp",1,$x1, $y1,0) ;au.bmp is small bmp of trashcan
If $result = 1 Then
mouseclick("left",$x1, $y1) ;click on trashcan
sleep(10000)
Else
EndIf
EndFunc
thats my code and here is my pic of middle of trashcan