asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.06k stars 1.22k forks source link

pyautogui doesn't work in clipchamp #812

Open sipeneco opened 10 months ago

sipeneco commented 10 months ago

HI folks!

new in this. I am looking for to automate some tasks. I was using Macro scheduler, but since I didn't want pay for it and trail already gone. I didn't other option than to use pyautogui. But when I started to use it in clipchamp the clicks didn't work, but in other programs works just fine.

?Can you guys explain me why is this happening, explain to me in easy words since I am new in the space.

DrPlanecraft commented 10 months ago

I have the same problem, I think it has to do with how they call the windows API to do the clicking

darkb0ts commented 5 months ago

may have unique interfaces or interactions that PyAutoGUI may not fully support.