- or download this
<!doctype html>
<html lang="en">
...
<input type="file" name="fileupload" value="fileupload" id="fileup
+load">
</body>
</html>
- or download this
use warnings;
use strict;
...
$m->get($url);
$m->click('test-button');
- 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.