external cookie file
jkthorne opened this issue · 5 comments
jkthorne 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?
watzon commented
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.
jkthorne commented
did this get merged?
watzon commented
I haven't had time recently to do any work on this
jkthorne commented
no worries I just wanted to check
watzon commented
Finally got around to this. Sorry it took so long.