33efa51c14
Deprecations: * WWW::Mechanize::List is gone! * Use Nokogiri as the default HTML parser (you may switch to Hpricot by using WWW::Mechanize.html_parser = Hpricot) See full list of changes since 0.7.5: http://mechanize.rubyforge.org/mechanize/CHANGELOG_rdoc.html
5 lines
297 B
Text
5 lines
297 B
Text
The Mechanize library is used for automating interaction with
|
|
websites. Mechanize automatically stores and sends cookies, follows
|
|
redirects, can follow links, and submit forms. Form fields can be
|
|
populated and submitted. Mechanize also keeps track of the sites that
|
|
you have visited as a history.
|