-
Hi, I run this:
Works fine on ubuntu 24 laptop with 13" display and "1920,1080" resolution but when I run this on VPS it's not passing cf turnstile (probably because cf isn't visible on screen, it's hidden, I'd need to scroll to it). It's strange because I have: xvfb_metrics="1920,1080", I want to have same process on VPS as I have on my ubuntu laptop without xvfb for easydebugging. How can I change xvfb configs to display browser on screen same as from my laptop? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Most "VPS" leave a detectable fingerprint. You probably want a regular Linux machine/server for your automation. |
Beta Was this translation helpful? Give feedback.
-
@mdmintz would you be able to help me understand why there are no clicks in my github action test? I've created simple test which opens page where I can draw
This will click randomly on page which should create dots, works fine on windows/ubuntu but when I run on github actions (workflow copied from your https://github.com/mdmintz/undetected-testing/actions/runs/14947103413/job/41991848898) then no clicks appear on page Test is being run on https://draw.chat/dc26d81bxj1hpw7msrrs6unv8tqfvi:5ztcluna9opbowz50dxqgrlbe57o9ur8vj5l#p1,0,0,r0,s1,tool=smoothpen You can monitor test execution there, dots should be visible, you can clear this page after test. I wonder what's wrong there. I was able to setup seleniumbase test to do clicks on ubuntu vps/server running on xvfb but I can't reproduce it anymore |
Beta Was this translation helpful? Give feedback.
Most "VPS" leave a detectable fingerprint.
Non-residential IP addresses mark your automation as bot-traffic.
You probably want a regular Linux machine/server for your automation.
Eg: You can bypass bot-detection via GitHub Actions Linux servers:
https://github.com/mdmintz/undetected-testing/actions/runs/14946800428/job/41991157868