Path: | lib/mechanize/page.rb |
Last Update: | Wed Apr 17 06:12:55 +0000 2013 |
This class encapsulates an HTML page. If Mechanize finds a content type of ‘text/html’, this class will be instantiated and returned.
Example:
require 'mechanize' agent = Mechanize.new agent.get('http://google.com/').class # => Mechanize::Page