Mechanize v0.6.0 Release Notes

    • ๐Ÿ”„ Changed main parser to use hpricot
    • Made WWW::Mechanize::Page class searchable like hpricot
    • โšก๏ธ Updated WWW::Mechanize#click to support hpricot links like this: @agent.click (page/"a").first
    • Clicking a Frame is now possible: @agent.click (page/"frame").first
    • โœ‚ Removed deprecated attr_finder
    • โœ‚ Removed REXML helper methods since the main parser is now hpricot
    • ๐Ÿ“œ Overhauled cookie parser to use WEBrick::Cookie