Multi Image Search And Click. #SenseTalk
put EveryImageLocation("[TargetImage]") into MyImageList
log MyImageList
//Click Selected Image
Click item 1 of MyImageList
//Click All Images
repeat with each CurrentImage of MyImageList
Click CurrentImage
end repeat