I'm trying to use Mechanize to fill and submit a form, but I'm not able to fill select boxes, as it throws errors. How do I set value for select boxes before submitting it?
I'm trying to use Mechanize to fill and submit a form, but I'm not able to fill select boxes, as it throws errors. How do I set value for select boxes before submitting it?
select a form, and set the value you want using item assignemnt
browser[...] = [...]
.