I'm using "agent = WWW::Mechanize.new"
I have 3 buttons in a page with 'value' attribute. But I do not have
'name' attribute. How to click on a particular button? ?
No submit button present in that form.
I'm using "agent = WWW::Mechanize.new"
I have 3 buttons in a page with 'value' attribute. But I do not have
'name' attribute. How to click on a particular button? ?
No submit button present in that form.
There are usually alternate ways of locating a button besides the name
attribute. See if you can get something like this to work: