I’m trying to test form automation with www::mechanize. From the syntax
I’m using (form.field = X), mechanize reads the rails name tags
incorrectly. In my above example, it reads name=objectfield[namemyname]
as name=objectfield and can’t find that page element.
text_field_tag and select_tag work wonderfully for setting a name
attribute and testing this though. Thanks!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.