Browse Source

An extra follow_processing() seems to be necessary at some times.

master
Gavan Fantom 14 years ago
parent
commit
869269bd3b
  1. 2
      orangelogin.pl

2
orangelogin.pl

@ -62,6 +62,8 @@ $mech->submit_form(
}
);
follow_processing();
print "Following view your bills link\n";
$mech->follow_link( text_regex => qr/view your bills/ );

Loading…
Cancel
Save