python怎么输出图像测试_python pyautogui-不检测图像时的位置打印问题
所以我制作了一個程序,當它們出現時,可以檢測圖像并點擊它們,但它工作正常,但有一天(IDK,如果我刪除了一些我不應該做的事情),但是現在在屏幕上沒有圖像時會引發異常。
[代碼和異常][1]
代碼很簡單:
import pyautogui
location1 = pyautogui.locateCenterOnScreen('velaki.png')
print(location1)
然后錯誤是:
Traceback (most recent call last):
File "C:\Users\Patroklos\Desktop\FoE\taxini.PY", line 3, in
location1 = pyautogui.locateCenterOnScreen('velaki.png')
File "C:\Python34\lib\site-packages\pyscreeze\__init__.py", line 300, in locateCenterOnScreen
coords = locateOnScreen(image, **kwargs)
File "C:\Python34\lib\site-packages\pyscreeze\__init__.py", line 271, in locateOnScreen
retVal = locate(image, screenshotIm, **kwargs)
File "C:\Python34\lib\site-packages\pyscreeze\__init__.py", line 255, in locate
points = tuple(locateAll(needleImage, haystackImage, **kwargs))
File "C:\Python34\lib\site-packages\pyscreeze\__init__.py", line 249, in _locateAll_python
raise ImageNotFoundException('Could not locate the image.')
pyscreeze.ImageNotFoundException: Could not locate the image.
正常情況下,如果沒有找到圖像,則返回none。
總結
以上是生活随笔為你收集整理的python怎么输出图像测试_python pyautogui-不检测图像时的位置打印问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: hive通过外表把数据存到mysql中_
- 下一篇: 八皇后java_经典八皇后问题:Java