Help for this page
<input type="radio" name="user" id="Te" data-first-clickable="true" ar +ia-label="Teacher" checked="checked"> <input type="radio" name="user" id="St" data-first-clickable="true" ar +ia-label="Student">
$mech->click_button( id => 'St' ); #didn't work $mech->click( id => 'St' ); #didn't work ... user => 'St', }, ); #didn't work