petdance/test-www-mechanize

There's no way to uncheck a checkbox in ->submit_form_ok()

Opened this issue · 0 comments

it seems that there is no way to uncheck a checked checkbox

# foo is checked and should be unchecked by 'foo' => undef
$mech->submit_form_ok({
    form_number => 1,
    fields      => {
        'foo' => undef
    }
});