Hi all, I''m looking for a way to completely save and rebuild the browser state to use for a later form submission. Since a Mechanize browser instance can''t be serialized, this has proved difficult. I can see how you can easily store and re-load the cookie jar, but I also need to have the DOM in the exact state it was in previously. Does anyone know of an easy way to do this with mechanize? Thanks, Andy