syntax - PixelSearch not working -
i trying use pixelsearch click green button (shown below) in windows 7 x64, it not working expect to:
#ifwinactive ahk_exe chrome.exe $^enter:: $^numpadenter:: pixelsearch, x, y, 652, 1040, 1000,1050 , 0x7bdf18, 10, fast if errorlevel, return else click,%x%,%y% return #ifwinactive
the size of button changes, hence great difference between x1 , x2. pixelsearch returns (652, 1040) valid coordinate no matter threshold set it.
what doing wrong here?
Comments
Post a Comment