Python Selenium Custom FireFox Profile Not Saving Data -


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

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -