Have been attempting to automate consults in a website to paste a code number, click consult, get the PDF which are shown there. Very simple process.
It runs amazingly in my local desktop with normal run (with the opening of the browser), run locally using linux/python xvfbwrapper package hiding the screen.
However when running in a docker container in VPS (which is my necessity) it doesn't work and get detected, as the launch of the browser and start of the get of the initial domain.
I have been using random delays between steps of the processing.
I have used small number of repetitions per launched each container.
Each container use different domain IP.
We try proxies from free proxies and paid residential proxies to test. No proxies worked.
What more can I twick to try to fix the anti-bot triggering?