Displaying 1 result from an estimated 1 matches for "districttype".
2009 Sep 25
0
WWW::Mechanize and Rails console not playing well
...rch_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 => "DistrictType").options[0].select
res = agent.submit(search_form, search_form.buttons.first)
It should return a Mechanize page object.
And no, that''s no longer my address.
What is this interpolation core extension? Why is that causing a
problem? Can I disable it for this lib I''m working...