Python Selenium Custom FireFox Profile Not Saving Data -
this question has answer here:
so i've been experimenting custom firefox profile in selenium project websites don't think i'm new user every time. code i'm using:
profile firefoxprofile('c:\\users\\scott\\appdata\\local\\mozilla\\firefox\\profiles\\t3bxt79j.bot_profile') binary = firefoxbinary('c:\\program files (x86)\\mozilla firefox\\firefox.exe') browser = webdriver.firefox(firefox_profile=profile, firefox_binary=binary)
this code should link profile created , binary (which tested , working). however, every time go website acts i'm new user. none of bookmarks on profile saving either , i'm making sure load firefox new profile.
it save, not you. i've answered here: https://stackoverflow.com/a/33350778/2480481.
profile made allow run test personalization of firefox, settings, extensions, etc, not save it.
but yes, miss parameter make "fixed" instead of temporal.
Comments
Post a Comment