I'd like to save HtmlUnit cookies to a file and on next run load them from that one. How can I do that? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
||||
|
|
The above code works only with HtmlUnit (Im not criticizing or anything) i.e. exports only in a format that can be read by HtmlUnit agin. Here is a more generic one: (This works with curl)
Now, Make String out of those println(s) in the for loop. write them to a text file. works with curl :
-b can be changed with -c too.. check curl docs... |
|||
|
|