Storing new cookies and session in a Firefox Marionette

Viewed 34

How exactly can I save my marionette session once I am done with it? What I mean is, I want the firefox marionette to store any altered and new cookies to the profile. I am using perl, but have not found any function that allow this. I hope I am clear enough. As an example, lets say I want to log in and stay logged into a website the next time I run my marionette script. Right now, I have to re-log every time i run the script, even though the site sets a session cookie. Thanks for any tips

0 Answers
Related