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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -