How To Change Browser Fingerprints

shzofren

Registered Member
Joined
Jun 9, 2020
Messages
55
Reaction score
4
Hello, I'm writing a bot program with selenium. I am using ipv6 elite proxy but still getting detected. How can I change browser fingerprints?
 
Use Gologin app...it works...i see you're using very high costing proxy...i think you can afford it...
I can't afford it so I'm not sure it works...but some Jr VIP said it might be a good solution.
 
Use Gologin app...it works...i see you're using very high costing proxy...i think you can afford it...
I can't afford it so I'm not sure it works...but some Jr VIP said it might be a good solution.
I installed the proxy myself. can i use this gologin app with selenium?
 
Hello, I'm writing a bot program with selenium. I am using ipv6 elite proxy but still getting detected. How can I change browser fingerprints?
You can try Multilogin for fingerprints masking. They also have integration with Selenium.
 
Just LOL. Check browserleaks and you will see how much stuff any website can see about u.

Indeed, deviceinfo.me shows a lot of useful information too.

For the OP just search for the documentation, and check stackoverflow there are a lot of useful information about geckodriver or chromium.
 
Indeed, deviceinfo.me shows a lot of useful information too.

For the OP just search for the documentation, and check stackoverflow there are a lot of useful information about geckodriver or chromium.
Yep, deviceinfo.me is also a good example.

My point is that changing only UserAgent and IP is literally nothing, if your aim is to avoid detection mechanisms.
 
Hello, I'm writing a bot program with selenium. I am using ipv6 elite proxy but still getting detected. How can I change browser fingerprints?
Can I ask you What are you using selenium for ?
I really need to know if you don't mind:)
 
Make sure you close (disable) Webrtc connection tunnel from Selenium.

Also, check if these proxies that you are using are really anonymous (use your normal browser to see if they leak your IP on IP checker websites).
 
Indeed, deviceinfo.me shows a lot of useful information too.

For the OP just search for the documentation, and check stackoverflow there are a lot of useful information about geckodriver or chromium.
Hello, first of all, thanks for your reply, I'm a little late, I'm sorry.I looked at the deviceinfo.me web page but did not find any information on how to change this information.some of the information "navigator." I know I can replace it with but although I use a user agent, pixelscan.net and deviceinfo.me web pages can see my real browser. How can I manipulate it?
 
Make sure you close (disable) Webrtc connection tunnel from Selenium.

Also, check if these proxies that you are using are really anonymous (use your normal browser to see if they leak your IP on IP checker websites).
webrtc is off
 
Back
Top