Class: Mechanize::Page::Base

Inherits:
Link
  • Object
show all
Defined in:
lib/mechanize/page/base.rb

Overview

A base element on an HTML page. Mechanize treats base tags just like ‘a’ tags. Base objects will contain links, but most likely will have no text.

Instance Attribute Summary

Attributes inherited from Link

#attributes, #href, #node, #page

Method Summary

Methods inherited from Link

#click, #dom_class, #dom_id, #initialize, #noreferrer?, #pretty_print, #rel, #rel?, #resolved_uri, #text, #uri

Constructor Details

This class inherits a constructor from Mechanize::Page::Link