Open willyan2002 opened 1 year ago
It works fine on my computer. Maybe this function doesn't show up in PyCharm
it not exists in my computer too
It works fine on my computer. But this function doesn't show in PyCharm. I don't konw why.
use pyscreeze.screenshot()
instead of pyautogui.screenshot()
.
which IDE do you use? I use vscode and my pyautogui version is 0.9.53, pyautogui.screenshot() works well on my Windows laptop. Maybe you can consider get the version back to 0.9.53.
I used PyAutoGUI on windows platform to pickup the RGB value of mouse click, it worked well but I forget the Version of PyAutoGUI, the code as bellow.
Now I installed version 0.9.54, but the screenshot() method does not exist, but it's still valid in the user manual. Is there anything wrong ?