Class WWW::Mechanize::Field
In: lib/mechanize/form_elements.rb
Parent: Object

This class represents a field in a form. It handles the following input tags found in a form: text, password, hidden, int, textarea

To set the value of a field, just use the value method: field.value = "foo"

Methods

new   query_value  

Attributes

name  [RW] 
value  [RW] 

Public Class methods

Public Instance methods

[Validate]