A simple example
For example, if we fill in this form:
and click "Submit"...
HTTP::Recorder generates code like this:
$agent->form_name("form1");
$agent->field("name", "Linda Julien");
$agent->submit_form(form_name => "form1");
|
However, you probably don't want hardcoded values.