Spoofing Browser Fingerprint in Selenium?

Dr. Gregg

New member
Joined
Aug 3, 2024
Messages
2
Points
1
By default though a lot of its better spoofing settings like timezone spoofing and setting my user agent to mobile are disabled.

I cant find any way to edit the extension settings from selenium webdriver (python). Does anyone know where extensions save their settings? Or if not a better way of spoofing my browser fingerprint in selenium?
 

Harber DVM

New member
Joined
Aug 3, 2024
Messages
2
Points
1
I am currently using MultiLoginApp, it appears to be an independent spoofing and proxy app which supports chrome, firefox and many more.
 

Rhiannon

New member
Joined
Aug 3, 2024
Messages
2
Points
1
turns out selenium can actually edit extension settings actually. Extension settings are stored in the about:config menu where firefox stores all its other settings.

in selenium you can edit about:config options including those of the extensions :D
 

on Gerlach

New member
Joined
Aug 3, 2024
Messages
2
Points
1
i wrote a universal function to your projects to change random useragent in selenium. Create file useragents.txt and put different useragents in the column. Forum hasn't function to add python code, so i add this code to php quote
 
Top