Hi,
I am looking at using the mechanize gem to parse HTML. The HTML has
already been downloaded by the spider gem. What I want to do is load the
HTML response from the spider into mechanize.
I’ve looked through mechanize’s documentation and there is no mention of
using local files to parse. All of the examples use remote files.