camoufox icon indicating copy to clipboard operation
camoufox copied to clipboard

when persistent_context=True,restarting the browser,the fingerprint is changed

Open satanmp opened this issue 1 year ago • 3 comments

Describe the bug:

when persistent_context=True,restarting the browser,the window size and fingerprint is changed

Screenshots:

To Reproduce:

            with Camoufox(persistent_context=True,
                          user_data_dir=user_data_path,
                          # geoip=public_ip,
                          headless=False,
                          i_know_what_im_doing=True,
                          # proxy={"server": proxy_ip},
                          # config={
                          #     'webrtc:ipv4': public_ip,
                          #     'geolocation:latitude': latitude,
                          #     'geolocation:longitude': longitude,
                          # },
                          firefox_user_prefs={'media.peerconnection.enabled': False, },
                          block_webrtc=True,
                          humanize=True,
                          slow_mo=30,
                          # block_images=True,
                          ) as browser:
                page = browser.new_page()
                page.goto("https://www.google.com/")

Version:

beta.15

satanmp avatar Nov 06 '24 01:11 satanmp

Related to https://github.com/daijro/camoufox/issues/38

vanyasem avatar Jan 12 '25 01:01 vanyasem

I got the same problem. Unable to remember the same environment variables on the next startup even persistent_context=True

bai755 avatar Mar 05 '25 18:03 bai755

@bai755 It's actually somewhat solved here

@daijro Can we get a native option to save fingerprint details to profile folder, please?

SP-l33t avatar Jun 10 '25 20:06 SP-l33t