I'm using mechanize to fill out a form that has a series of rows. Each row is an <input type="checkbox">
followed by <td>name of the checkbox</td>
. How do I read the name so I know whether to check the box?
Thanks
I'm using mechanize to fill out a form that has a series of rows. Each row is an <input type="checkbox">
followed by <td>name of the checkbox</td>
. How do I read the name so I know whether to check the box?
Thanks