You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CDP Mode virtual display on Linux is causing PyAutoGUI to click off-target
At first I thought Cloudflare was detecting CDP Mode, causing clicks to not work.
Then I realized that the virtual display wasn't set correctly, causing PyAutoGUI to click off-target.
(I figured that out when testing mouse-controlled drag-and-drop on a basic website.)
UC Mode without CDP Mode was unaffected by this issue.