camoufox
camoufox copied to clipboard
when persistent_context=True,restarting the browser,the fingerprint is changed
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
Related to https://github.com/daijro/camoufox/issues/38
I got the same problem. Unable to remember the same environment variables on the next startup even persistent_context=True
@bai755 It's actually somewhat solved here
@daijro Can we get a native option to save fingerprint details to profile folder, please?