Help for this page

Select Code to Download


  1. or download this
    <!doctype html>
    <html lang="en">
    ...
        <input type="file" name="fileupload" value="fileupload" id="fileup
    +load">
      </body>
    </html>
    
  2. or download this
    use warnings;
    use strict;
    ...
    $m->get($url);
    
    $m->click('test-button');
    
  3. or download this
    $m->click('test-button');
    
    ...
    $m->click_button(id => 'test-button');
    
    # No elements found for form number 1 at t/20-mech.t.pl line 23.