Displaying 1 result from an estimated 1 matches for "addressform".
Did you mean:
address_form
2009 Sep 25
0
WWW::Mechanize and Rails console not playing well
...equire ''net/http''
agent = WWW::Mechanize.new { |a| a.log = Logger.new("mech.log") }
agent.user_agent_alias = ''Mac Safari''
page = agent.get(''http://www.fyi.legis.state.tx.us/Address.aspx'')
search_form = page.form_with(:name => "AddressForm")
search_form.field_with(:name => "Address1").value = "501 W 26th St,
Apt 110"
search_form.field_with(:name => "City").value = "Austin"
search_form.field_with(:name => "ZipCode").value = "78705"
search_form.field_with(:name =...