WebCursor click isn't like user-click
I am trying to bypass cloudflare. my ip is probably flagged(vpn/proxies), but manual clicks bypass the the detection. I tried running that in a docker container and native on macOS. both didn't work. clicking manually works on macOS so I guess it works on linux too. I am trying to work with pyautogui in docker, but I am getting an error that DISPLAY is unknown
bypass clf does work on macos, is it not working on your mac?
https://github.com/user-attachments/assets/953086e8-d789-4cd2-b067-fd3007310891
@Chetan11-dev sometimes it's refreshes the site if a simulated simulated click was used(when using vpn). I had this issue on Linux in the past too with other bypassers. A normal click works. Really wheird. Does happen in docker and native so it's not the Mac implementation for the click
ok