watzon / marionette

Selenium alternative for Crystal. Browser manipulation without the Java overhead.

Home Page:https://watzon.github.io/marionette/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

external cookie file

jkthorne opened this issue · comments

commented

I have a cookie file I want to use so I dont have to auth everything. Is there a way to use an external cookie file?

So webdriver itself does have an AddCookie action which could be used to add individual cookies, but I just realized that I forgot to wrap that action with a method. I'll see if I can get that done.

commented

did this get merged?

I haven't had time recently to do any work on this

commented

no worries I just wanted to check

Finally got around to this. Sorry it took so long.