我正在尝试使用填充一些未命名的字段,$mech->fields
但我头上的头发用完了,请帮忙。
<input id="af-city" class="input-field af-city" autocomplete="address-level2" type="text" aria-required="true" placeholder="">
<input id="af-zip" class="input-field postal-code-validate af-zip" autocomplete="postal-code" type="text" aria-required="true" placeholder="">
尝试使用xpath,没有用,在id前面添加一个点或一个哈希来让$mech
知道这是一个id而不是一个名字,没有用。
$mech->field( ".af-city", "Monsey");
$mech->field( {xpath => '//*[@id="af-zip"]'}, "10952");