Python进行图片查找并且点击图片 imagePath=r"D:\图片.png" print(imagePath) ImageSearchs=ImageSearch.ImageSearchs() ImageSearchs.click(imagePath,2,timeOut=10)