Selenium Browser detected

Viewed 29

I've got this website that for each form someone does from your link, you get 50 points, I've decided to create a bot to automate this using selenium, seleniumwire, and imaplib.

To be undetected I use residential socks5/HTTP proxies, change useragent each request, using a bunch of options for my chrome driver. The account is made from my own IP from my pc to the website which pays me the points, I have bots for other websites as well reward type as well which work but this one is a bit different. I run the bot on my pc, and it works, it completes the form, verifies the mail, and waits some time, right after it should tell me I got those 50 points, but it doesn't, the click is counted as well but no points, I try manually without VPN, with VPN, connecting to proxy through another browser (firefox), it still doesn't get me the points, in the same time I tried on my laptop connected to my hotspot and manually did the form, it worked, but my laptop has some other issues and i can't really make the script work there, so I gotta keep it on my pc, my question is: how does the website know that my pc even when using a proxy/changing user agent, etc. As I said other bots work perfectly, this one is the only problematic program.

0 Answers
Related