in reply to WWW::Mechanize::FireFox - radios with the same name
It seems that radio boxes are not really supported. I suggest retrieving the element(s) by the ID and then ->clicking on them. Alternatively, use ->field() with the id instead of the name, as documented in $mech->field().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WWW::Mechanize::FireFox - radios with the same name
by elols (Initiate) on Feb 06, 2012 at 12:34 UTC | |
by Corion (Patriarch) on Feb 06, 2012 at 12:40 UTC | |
|