8000 GitHub - smallfield/mechanize: Mechanize is a ruby library that makes automated web interaction easy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

smallfield/mechanize

 
 

Repository files navigation

Description

The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and 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.

Dependencies

Support:

The bug tracker is available here:

Examples

If you are just starting, check out the GUIDE or the EXAMPLES file.

Developers

Use bundler to install dependencies:

bundle install

Run all tests with:

rake test

You can also use autotest from the ZenTest gem to run tests.

See also Mechanize::TestCase to read about the built-in testing infrastructure.

Authors