标签: python python-3.x image location pyautogui
我正在使用此库pyautogui,并且尝试查找图像:
pyautogui
import pyautogui pyautogui.locateOnScreen("test.png")
但是每次,除非找不到它,它都会给我这个错误:
Pyautogui引发以下错误
Pyautogui
预先感谢您的帮助。