Help for this page

Select Code to Download


  1. or download this
    <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">
    
  2. or download this
    $mech->click_button( id => 'St' ); #didn't work
    $mech->click( id => 'St' ); #didn't work
    ...
    user => 'St',
    },
    ); #didn't work